diff options
| author | 2025-03-09 22:32:03 +0200 | |
|---|---|---|
| committer | 2025-03-09 23:03:32 +0200 | |
| commit | ddf7be86dbdeac3f0714f7af8e4444a333502d73 (patch) | |
| tree | f1b1236946428d4155978ae216cb26a53231319f | |
| parent | custom.el: Add extra safe themes (diff) | |
| download | emacs.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
| -rw-r--r-- | early-init.el | 2 | ||||
| -rw-r--r-- | 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 @@ | |||
| 14 | 14 | ||
| 15 | (setq user-emacs-directory (file-name-directory load-file-name)) | 15 | (setq user-emacs-directory (file-name-directory load-file-name)) |
| 16 | 16 | ||
| 17 | (add-to-list 'load-path (expand-file-name "arkta" user-emacs-directory)) | ||
| 18 | |||
| 17 | (defconst loaded-early-init t) | 19 | (defconst loaded-early-init t) |
| @@ -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 |