Update 'doom install' to reflect recent changes #2033
This commit is contained in:
parent
35152fda67
commit
d20d664f84
1 changed files with 2 additions and 2 deletions
|
@ -79,10 +79,10 @@ DOOMDIR environment variable. e.g.
|
|||
(if noinstall-p
|
||||
(print! (warn "Not installing plugins, as requested"))
|
||||
(print! "Installing plugins")
|
||||
(doom-cli-packages-install doom-auto-accept))
|
||||
(doom-cli-packages-install))
|
||||
|
||||
(print! "Regenerating autoloads files")
|
||||
(doom-reload-autoloads nil 'force-p)
|
||||
(doom-cli-reload-autoloads nil 'force-p)
|
||||
|
||||
(if nofonts-p
|
||||
(print! (warn "Not installing fonts, as requested"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue