From f6dbd2c2b3b7d1d21724a93ef024383dd8140422 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 21 Sep 2024 07:44:25 +0200 Subject: emacs: Add the config directory to the load path --- .config/emacs/early-init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config') 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)))) -- cgit v1.2.3