diff --git a/core/core.el b/core/core.el index 2152aa3f6..bbb8eea4e 100644 --- a/core/core.el +++ b/core/core.el @@ -110,7 +110,7 @@ there are problems.") ;; move custom defs out of init.el (setq custom-file (concat doom-etc-dir "custom.el")) -(load custom-file nil t) +(load custom-file t t) ;; be quiet at startup (advice-add #'display-startup-echo-area-message :override #'ignore)