diff --git a/lisp/doom.el b/lisp/doom.el index 88049f4df..6efdd52f7 100644 --- a/lisp/doom.el +++ b/lisp/doom.el @@ -321,6 +321,7 @@ users).") (when (featurep 'native-compile) ;; Don't store eln files in ~/.emacs.d/eln-cache (where they can easily be ;; 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/")))