mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
load custom-file silently
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user