Move custom-file to {doom-local-dir}/custom.el
This commit is contained in:
parent
a2eee97c9d
commit
ae5cf1889b
2 changed files with 2 additions and 1 deletions
|
@ -76,6 +76,7 @@ non-nil."
|
|||
(when (or force-p (not doom-init-modules-p))
|
||||
(setq doom-init-modules-p t
|
||||
doom-modules nil)
|
||||
(load custom-file 'noerror 'nomessage)
|
||||
(when (load! "init" doom-private-dir t)
|
||||
(when doom-modules
|
||||
(maphash (lambda (key plist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue