From 9561089ff5af189d1b769235a8d1a5276276bae3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 7 May 2021 01:11:24 -0400 Subject: [PATCH] Remove redundant comp-deferred-compilation setting Already set in early-init.el, and deferred compilation is auto-disabled in noninteractive sessions, so only matters to clients that load early-init.el. --- core/core.el | 5 ----- 1 file changed, 5 deletions(-) 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)