mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
;; move custom defs out of init.el
|
||||||
(setq custom-file (concat doom-etc-dir "custom.el"))
|
(setq custom-file (concat doom-etc-dir "custom.el"))
|
||||||
(load custom-file nil t)
|
(load custom-file t t)
|
||||||
|
|
||||||
;; be quiet at startup
|
;; be quiet at startup
|
||||||
(advice-add #'display-startup-echo-area-message :override #'ignore)
|
(advice-add #'display-startup-echo-area-message :override #'ignore)
|
||||||
|
Reference in New Issue
Block a user