diff --git a/core/core.el b/core/core.el index 6d1ed183b..de8ed323c 100644 --- a/core/core.el +++ b/core/core.el @@ -163,11 +163,6 @@ users).") ;; ;;; Native Compilation support (http://akrl.sdf.org/gccemacs.html) -;; Prevent unwanted runtime builds in gccemacs (native-comp); packages are -;; compiled ahead-of-time when they are installed and site files are compiled -;; when gccemacs is installed. -(setq comp-deferred-compilation nil) - ;; Don't store eln files in ~/.emacs.d/eln-cache (they are likely to be purged ;; when upgrading Doom). (when (boundp 'comp-eln-load-path)