diff options
| -rw-r--r-- | emacs/early-init.el | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
