Update config for all-the-icons package
This commit is contained in:
parent
59101ec79d
commit
98c9f6e731
1 changed files with 10 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue