summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/early-init.el2
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))))