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:
parent
e44508f67c
commit
57965f18a5
3 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue