Add autoinstall nerd-icons if is not.
This commit is contained in:
parent
cef7d4e78a
commit
53f615cabd
@ -169,7 +169,11 @@
|
|||||||
|
|
||||||
;; Iconos bonitos para varias cosas
|
;; Iconos bonitos para varias cosas
|
||||||
(use-package nerd-icons
|
(use-package nerd-icons
|
||||||
:defer t)
|
:defer t
|
||||||
|
:config
|
||||||
|
(when (and (display-graphic-p)
|
||||||
|
(not (font-installed-p nerd-icons-font-family)))
|
||||||
|
(nerd-icons-install-fonts t)))
|
||||||
|
|
||||||
;; Usar nerd-icons en dired
|
;; Usar nerd-icons en dired
|
||||||
(use-package nerd-icons-dired
|
(use-package nerd-icons-dired
|
||||||
|
Loading…
Reference in New Issue
Block a user