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.
This commit is contained in:
parent
ea389b8eb2
commit
9561089ff5
1 changed files with 0 additions and 5 deletions
|
@ -163,11 +163,6 @@ users).")
|
||||||
;;
|
;;
|
||||||
;;; Native Compilation support (http://akrl.sdf.org/gccemacs.html)
|
;;; 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
|
;; Don't store eln files in ~/.emacs.d/eln-cache (they are likely to be purged
|
||||||
;; when upgrading Doom).
|
;; when upgrading Doom).
|
||||||
(when (boundp 'comp-eln-load-path)
|
(when (boundp 'comp-eln-load-path)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue