Add NOERROR arg to doom-initialize

This commit is contained in:
Henrik Lissner 2019-12-05 14:52:30 -05:00
parent 172260118e
commit 4300957aea
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 17 additions and 18 deletions

View file

@ -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)