diff options
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -68,9 +68,6 @@ | |||
| 68 | :config | 68 | :config |
| 69 | (advice-add #'locate-user-emacs-file :around #'$adv-write-to-sane-paths)) | 69 | (advice-add #'locate-user-emacs-file :around #'$adv-write-to-sane-paths)) |
| 70 | 70 | ||
| 71 | (when (file-exists-p custom-file) | ||
| 72 | (load custom-file)) | ||
| 73 | |||
| 74 | (use-package novice | 71 | (use-package novice |
| 75 | :defer t | 72 | :defer t |
| 76 | :config | 73 | :config |
| @@ -99,6 +96,9 @@ | |||
| 99 | (setq mac-option-modifier 'meta | 96 | (setq mac-option-modifier 'meta |
| 100 | mac-command-modifier 'super)) | 97 | mac-command-modifier 'super)) |
| 101 | 98 | ||
| 99 | (when (file-exists-p custom-file) | ||
| 100 | (load custom-file)) | ||
| 101 | |||
| 102 | (use-package auth-source | 102 | (use-package auth-source |
| 103 | :defer t | 103 | :defer t |
| 104 | :custom | 104 | :custom |