Update install.el
This commit is contained in:
parent
22bc21a712
commit
266ea5038c
1 changed files with 10 additions and 9 deletions
|
@ -80,9 +80,10 @@ DOOMDIR environment variable. e.g.
|
||||||
(print! "Regenerating autoloads files")
|
(print! "Regenerating autoloads files")
|
||||||
(doom-cli-reload-autoloads)
|
(doom-cli-reload-autoloads)
|
||||||
|
|
||||||
(unless IS-WINDOWS
|
|
||||||
(if nofonts-p
|
(if nofonts-p
|
||||||
(print! (warn "Not installing fonts, as requested"))
|
(print! (warn "Not installing fonts, as requested"))
|
||||||
|
(unless IS-WINDOWS
|
||||||
(when (or doom-auto-accept
|
(when (or doom-auto-accept
|
||||||
(y-or-n-p "Download and install all-the-icon's fonts?"))
|
(y-or-n-p "Download and install all-the-icon's fonts?"))
|
||||||
(require 'all-the-icons)
|
(require 'all-the-icons)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue