load custom-file silently
This commit is contained in:
parent
b03f2cbf48
commit
1e06d8b186
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue