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:
parent
fb2f79033c
commit
76f7384621
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue