mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Ask to install all-the-icons fonts in doom quickstart
This commit is contained in:
@ -60,6 +60,9 @@ packages and regenerates the autoloads file."
|
||||
(doom-packages-install doom-auto-accept)
|
||||
(print! "Regenerating autoloads files")
|
||||
(doom-reload-autoloads nil 'force-p)
|
||||
(when (y-or-n-p "Download and install all-the-icon's fonts?")
|
||||
(require 'all-the-icons)
|
||||
(all-the-icons-install-fonts 'yes))
|
||||
(print! (bold (green "\nFinished! Doom is ready to go!\n")))
|
||||
(with-temp-buffer
|
||||
(doom-template-insert "QUICKSTART_INTRO")
|
||||
|
Reference in New Issue
Block a user