mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix doom quickstart not respecting -y/--yes #817
This commit is contained in:
@ -331,7 +331,7 @@ packages and regenerates the autoloads file."
|
||||
(with-temp-file config-file (insert ""))
|
||||
(print! (green "Done!")))))
|
||||
(print! "Installing plugins")
|
||||
(doom-packages-install)
|
||||
(doom-packages-install doom-auto-accept)
|
||||
(print! "Regenerating autoloads files")
|
||||
(doom-reload-autoloads nil 'force-p)
|
||||
(print! (bold (green "\nFinished! Doom is ready to go!\n")))
|
||||
|
Reference in New Issue
Block a user