From b943e4d73a8330046624da2ecd2a8ee16bea5b45 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 14 Aug 2022 00:45:03 +0200 Subject: [PATCH] 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. --- lisp/doom.el | 1 + 1 file changed, 1 insertion(+) 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/")))