Ask to install all-the-icons fonts in doom quickstart

This commit is contained in:
Henrik Lissner 2019-03-16 23:49:58 -04:00
parent c9e3facb38
commit 7fd1497e88
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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")