diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/early-init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/emacs/early-init.el b/.config/emacs/early-init.el index e5fef0d..dc8b6c2 100644 --- a/.config/emacs/early-init.el +++ b/.config/emacs/early-init.el @@ -53,6 +53,8 @@ backup-directory-alist `(("." . ,(expand-file-name "backups" x-cache-directory)))) +(push x-config-directory load-path) + (when (native-comp-available-p) (startup-redirect-eln-cache (expand-file-name (expand-file-name "eln/" x-cache-directory)))) |