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 --- init.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'init.el') 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