load custom-file silently

This commit is contained in:
Henrik Lissner 2017-05-15 20:47:14 +02:00
parent b03f2cbf48
commit 1e06d8b186

View File

@ -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)