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:
Henrik Lissner 2022-08-14 00:45:03 +02:00
parent aa54383b5d
commit b943e4d73a
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -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/")))