Update config for all-the-icons package

This commit is contained in:
Marcus Kammer 2021-05-16 09:57:04 +02:00
parent 59101ec79d
commit 98c9f6e731

View file

@ -191,8 +191,16 @@
(use-package powershell) (use-package powershell)
(use-package all-the-icons) (use-package all-the-icons
(use-package all-the-icons-dired) :if (display-graphic-p)
:commands all-the-icons-install-fonts
:init
(unless (find-font (font-spec :name "all-the-icons"))
(all-the-icons-install-fonts t)))
(use-package all-the-icons-dired
:if (display-graphic-p)
:hook (dired-mode . all-the-icons-dired-mode))
(use-package geiser (use-package geiser
:config :config