mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
nit: add REVIEW tag for startup-redirect-eln-cache
startup-redirect-eln-cache adds the new directory and removes $EMACSDIR/eln-cache from native-comp-eln-load-path, but it's not available in 28.1, so we'll have to wait until Doom drops 28.1 support to use it.
This commit is contained in:
@ -321,6 +321,7 @@ users).")
|
|||||||
(when (featurep 'native-compile)
|
(when (featurep 'native-compile)
|
||||||
;; Don't store eln files in ~/.emacs.d/eln-cache (where they can easily be
|
;; Don't store eln files in ~/.emacs.d/eln-cache (where they can easily be
|
||||||
;; deleted by 'doom upgrade').
|
;; deleted by 'doom upgrade').
|
||||||
|
;; REVIEW Use `startup-redirect-eln-cache' when 28 support is dropped
|
||||||
(add-to-list 'native-comp-eln-load-path (file-name-concat doom-cache-dir "eln/")))
|
(add-to-list 'native-comp-eln-load-path (file-name-concat doom-cache-dir "eln/")))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user