From 1e06d8b186752ec39294f4caad20ed3b024f1c16 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 15 May 2017 20:47:14 +0200 Subject: [PATCH] load custom-file silently --- core/core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)