summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-03-09 22:32:03 +0200
committerGravatar Uko Kokņevičs2025-03-09 23:03:32 +0200
commitddf7be86dbdeac3f0714f7af8e4444a333502d73 (patch)
treef1b1236946428d4155978ae216cb26a53231319f /init.el
parentcustom.el: Add extra safe themes (diff)
downloademacs.d-ddf7be86dbdeac3f0714f7af8e4444a333502d73.tar.gz
emacs.d-ddf7be86dbdeac3f0714f7af8e4444a333502d73.tar.xz
emacs.d-ddf7be86dbdeac3f0714f7af8e4444a333502d73.zip
early-init.el, init.el: Move load-path config to early-init
Diffstat (limited to '')
-rw-r--r--init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.el b/init.el
index 0368008..93fb8b7 100644
--- a/init.el
+++ b/init.el
@@ -71,8 +71,6 @@
71(when (file-exists-p custom-file) 71(when (file-exists-p custom-file)
72 (load custom-file)) 72 (load custom-file))
73 73
74(add-to-list 'load-path (expand-file-name "arkta" user-emacs-directory))
75
76(use-package novice 74(use-package novice
77 :defer t 75 :defer t
78 :config 76 :config