Fix error if private config.el doesn't exist
This commit is contained in:
parent
0354edc3a6
commit
1dd023cda1
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ to least)."
|
|||
(let ((doom--stage 'config))
|
||||
,@(nreverse config-forms)
|
||||
(when doom-private-dir
|
||||
(load! "config" doom-private-dir)))))))
|
||||
(load! "config" doom-private-dir t)))))))
|
||||
|
||||
(defvar doom-disabled-packages)
|
||||
(defmacro def-package! (name &rest plist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue