Add NOSUFFIX flag to (load custom-file)
This commit is contained in:
parent
56c7d7fdcf
commit
606b4695cc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue