feat: move custom.el file
1 files changed, 3 insertions(+), 0 deletions(-) M early-init.el
M early-init.el => early-init.el +3 -0
@@ 73,3 73,6 @@ (blink-cursor-mode -1) (setq ring-bell-function #'ignore) +;; Early init this +(setq custom-file (locate-user-emacs-file "custom.el")) +(load custom-file 'noerror 'nomessage)