From 9c48081a7d901001ade808d54439d7160b68e51f Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 9 Mar 2025 22:08:43 +0200 Subject: init.el: Move custom file loading further down --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 43f8c9b..c47c17e 100644 --- a/init.el +++ b/init.el @@ -68,9 +68,6 @@ :config (advice-add #'locate-user-emacs-file :around #'$adv-write-to-sane-paths)) -(when (file-exists-p custom-file) - (load custom-file)) - (use-package novice :defer t :config @@ -99,6 +96,9 @@ (setq mac-option-modifier 'meta mac-command-modifier 'super)) +(when (file-exists-p custom-file) + (load custom-file)) + (use-package auth-source :defer t :custom -- cgit v1.2.3