From ddf7be86dbdeac3f0714f7af8e4444a333502d73 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 9 Mar 2025 22:32:03 +0200 Subject: early-init.el, init.el: Move load-path config to early-init --- early-init.el | 2 ++ init.el | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/early-init.el b/early-init.el index 097923d..1d83cd3 100644 --- a/early-init.el +++ b/early-init.el @@ -14,4 +14,6 @@ (setq user-emacs-directory (file-name-directory load-file-name)) +(add-to-list 'load-path (expand-file-name "arkta" user-emacs-directory)) + (defconst loaded-early-init t) diff --git a/init.el b/init.el index 0368008..93fb8b7 100644 --- a/init.el +++ b/init.el @@ -71,8 +71,6 @@ (when (file-exists-p custom-file) (load custom-file)) -(add-to-list 'load-path (expand-file-name "arkta" user-emacs-directory)) - (use-package novice :defer t :config -- cgit v1.2.3