Ask to install all-the-icons fonts in doom quickstart
This commit is contained in:
parent
c9e3facb38
commit
7fd1497e88
1 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue