From 606b4695cc94ac3ef436f449ebcb08fae7335d29 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 27 Feb 2018 22:34:46 -0500 Subject: [PATCH] Add NOSUFFIX flag to (load custom-file) --- core/core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.el b/core/core.el index 67702a6ab..eab311343 100644 --- a/core/core.el +++ b/core/core.el @@ -98,7 +98,7 @@ Use this for files that change often, like cache files.") ;; move custom defs out of init.el (setq custom-file (concat doom-etc-dir "custom.el")) -(load custom-file t t) +(load custom-file t t t) ;; be quiet at startup; don't load or display anything unnecessary (unless noninteractive