mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix void-variable comp-eln-load-path error
For users on older versions of gccemacs.
This commit is contained in:
@ -276,7 +276,8 @@ config.el instead."
|
||||
(setq comp-deferred-compilation nil)
|
||||
;; Don't store eln files in ~/.emacs.d; it's likely to be purged when
|
||||
;; upgrading Doom.
|
||||
(add-to-list 'comp-eln-load-path (concat doom-cache-dir "eln/"))
|
||||
(when (boundp 'comp-eln-load-path)
|
||||
(add-to-list 'comp-eln-load-path (concat doom-cache-dir "eln/")))
|
||||
;; HACK Disable native-compilation for some troublesome packages
|
||||
(add-to-list 'comp-deferred-compilation-black-list "/evil-collection-vterm\\.el\\'"))
|
||||
|
||||
|
Reference in New Issue
Block a user