Load custom-file #3485
This commit is contained in:
parent
1dc7cbcacc
commit
f3c9a0775e
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,8 @@ non-nil."
|
|||
(unless no-config-p
|
||||
(maphash (doom-module-loader doom-module-config-file) doom-modules)
|
||||
(run-hook-wrapped 'doom-init-modules-hook #'doom-try-run-hook)
|
||||
(load! "config" doom-private-dir t)))))
|
||||
(load! "config" doom-private-dir t)
|
||||
(load custom-file 'noerror (not doom-debug-mode))))))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue