mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Disable comp-deferred-compilation in early-init.el
This commit is contained in:
@ -279,9 +279,6 @@ config.el instead."
|
||||
(add-to-list 'comp-eln-load-path (concat doom-cache-dir "eln/")))
|
||||
|
||||
(after! comp
|
||||
;; Prevent unwanted runtime builds; packages are compiled ahead-of-time when
|
||||
;; they are installed and site files are compiled when gccemacs is installed.
|
||||
(setq comp-deferred-compilation nil)
|
||||
;; HACK `comp-eln-load-path' isn't fully respected yet, because native
|
||||
;; compilation occurs in another emacs process that isn't seeded with our
|
||||
;; value for `comp-eln-load-path', so we inject it ourselves:
|
||||
|
@ -26,3 +26,7 @@
|
||||
;; in this file and can conflict with later config (particularly where the
|
||||
;; cursor color is concerned).
|
||||
(advice-add #'x-apply-session-resources :override #'ignore)
|
||||
|
||||
;; Prevent unwanted runtime builds; packages are compiled ahead-of-time when
|
||||
;; they are installed and site files are compiled when gccemacs is installed.
|
||||
(setq comp-deferred-compilation nil)
|
||||
|
Reference in New Issue
Block a user