From f3318d70afc3b387301df504d8a9c7e733da37bc Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 2 Mar 2025 00:44:15 +0000 Subject: emacs: Put native Emacs Lisp in the cache --- emacs/early-init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs/early-init.el b/emacs/early-init.el index 745c13e..e21a5a2 100644 --- a/emacs/early-init.el +++ b/emacs/early-init.el @@ -31,6 +31,9 @@ directories." package-user-dir (my/data-file-name "elpa") treesit-extra-load-path `(,(my/data-file-name "tree-sitter"))) +(when (boundp 'native-comp-eln-load-path) + (setcar native-comp-eln-load-path (my/cache-file-name "eln-cache"))) + ;; Further Early Customization -- cgit v1.2.3-70-g09d2