mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
cli/install: fix missing autoloads error #2157
This commit is contained in:
@ -63,7 +63,7 @@ DOOMDIR environment variable. e.g.
|
||||
|
||||
;; In case no init.el was present the first time `doom-initialize-modules' was
|
||||
;; called in core.el (e.g. on first install)
|
||||
(doom-initialize 'force)
|
||||
(doom-initialize 'force 'noerror)
|
||||
(doom-initialize-modules)
|
||||
|
||||
;; Ask if user would like an envvar file generated
|
||||
|
Reference in New Issue
Block a user