mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(cli): void-function doom-packages-install error
Function was renamed to doom-packages-ensure incff0919
. Fix: #7755 Amend:cff091982e
This commit is contained in:
@ -96,7 +96,7 @@ Change `$DOOMDIR' with the `--doomdir' option, e.g.
|
||||
(if (eq install? :no)
|
||||
(print! (warn "Not installing plugins, as requested"))
|
||||
(print! "Installing plugins")
|
||||
(doom-packages-install))
|
||||
(doom-packages-ensure))
|
||||
|
||||
(print! "Regenerating autoloads files")
|
||||
(doom-profile-generate)
|
||||
|
Reference in New Issue
Block a user