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:
parent
aa54383b5d
commit
b943e4d73a
1 changed files with 1 additions and 0 deletions
|
@ -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/")))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue