Add NOERROR arg to doom-initialize
This commit is contained in:
parent
172260118e
commit
4300957aea
2 changed files with 17 additions and 18 deletions
|
@ -197,7 +197,7 @@ BODY will be run when this dispatcher is called."
|
|||
collect (list optsym `(cdr (assq ',optsym --alist--))))
|
||||
,@(unless (plist-get plist :bare)
|
||||
'((unless doom-init-p
|
||||
(doom-initialize 'force)
|
||||
(doom-initialize 'force 'noerror)
|
||||
(doom-initialize-modules))))
|
||||
,@body)))
|
||||
doom--cli-commands)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue