Fix doom quickstart not respecting -y/--yes #817
This commit is contained in:
parent
ed8a08226c
commit
c5f3cc17c5
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ packages and regenerates the autoloads file."
|
||||||
(with-temp-file config-file (insert ""))
|
(with-temp-file config-file (insert ""))
|
||||||
(print! (green "Done!")))))
|
(print! (green "Done!")))))
|
||||||
(print! "Installing plugins")
|
(print! "Installing plugins")
|
||||||
(doom-packages-install)
|
(doom-packages-install doom-auto-accept)
|
||||||
(print! "Regenerating autoloads files")
|
(print! "Regenerating autoloads files")
|
||||||
(doom-reload-autoloads nil 'force-p)
|
(doom-reload-autoloads nil 'force-p)
|
||||||
(print! (bold (green "\nFinished! Doom is ready to go!\n")))
|
(print! (bold (green "\nFinished! Doom is ready to go!\n")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue