mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
Fix #3772: void-variable doom-reloading-p
This wasn't necessary in the first place. doom/reload doesn't re-read Doom's core.
This commit is contained in:
@@ -285,11 +285,10 @@ config.el instead."
|
|||||||
;; HACK `comp-eln-load-path' isn't fully respected yet, because native
|
;; HACK `comp-eln-load-path' isn't fully respected yet, because native
|
||||||
;; compilation occurs in another emacs process that isn't seeded with our
|
;; compilation occurs in another emacs process that isn't seeded with our
|
||||||
;; value for `comp-eln-load-path', so we inject it ourselves:
|
;; value for `comp-eln-load-path', so we inject it ourselves:
|
||||||
(unless doom-reloading-p ; only apply this once!
|
|
||||||
(setq comp-async-env-modifier-form
|
(setq comp-async-env-modifier-form
|
||||||
`(progn
|
`(progn
|
||||||
,comp-async-env-modifier-form
|
,comp-async-env-modifier-form
|
||||||
(setq comp-eln-load-path ',comp-eln-load-path))))
|
(setq comp-eln-load-path ',comp-eln-load-path)))
|
||||||
;; HACK Disable native-compilation for some troublesome packages
|
;; HACK Disable native-compilation for some troublesome packages
|
||||||
(add-to-list 'comp-deferred-compilation-black-list "/evil-collection-vterm\\.el\\'"))
|
(add-to-list 'comp-deferred-compilation-black-list "/evil-collection-vterm\\.el\\'"))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user