fix(treemacs): replace all-the-icons with nerd-icons

Ref: #7411
Close: #7428
Ref: https://discourse.doomemacs.org/t/4147
This commit is contained in:
Henrik Lissner 2023-09-15 21:19:06 +02:00
parent e44508f67c
commit 57965f18a5
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
3 changed files with 7 additions and 3 deletions

View file

@ -42,6 +42,11 @@ This must be set before `treemacs' has loaded.")
0))))
(use-package! treemacs-nerd-icons
:after treemacs
:config (treemacs-load-theme "nerd-icons"))
(use-package! treemacs-evil
:when (modulep! :editor evil +everywhere)
:defer t