mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(cli): "void-function: doom-modules-initialize" error
This reference to a function that doesn't exist (yet) snuck into3bced4d
. Amend:3bced4dbbe
This commit is contained in:
@ -1845,7 +1845,7 @@ errors to `doom-cli-error-file')."
|
||||
(error "Cannot nest `run!' calls"))
|
||||
(doom-run-hooks 'doom-after-init-hook)
|
||||
(doom-context-with 'cli
|
||||
(doom-modules-initialize)
|
||||
;; (doom-modules-initialize)
|
||||
(let* ((args (flatten-list args))
|
||||
(context (make-doom-cli-context :prefix prefix :whole args))
|
||||
(doom-cli--context context)
|
||||
|
Reference in New Issue
Block a user