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