Add treemacs evil plugin.
This commit is contained in:
parent
b678e2802e
commit
f40c6b8105
3 changed files with 6 additions and 4 deletions
|
@ -47,7 +47,7 @@
|
|||
:config
|
||||
(load-theme 'doom-dracula t)
|
||||
(setq doom-themes-treemacs-theme "doom-atom")
|
||||
;;(doom-themes-treemacs-config)
|
||||
(doom-themes-treemacs-config)
|
||||
(doom-themes-org-config)
|
||||
)
|
||||
|
||||
|
@ -235,6 +235,9 @@
|
|||
(use-package treemacs-projectile
|
||||
:after (treemacs projectile))
|
||||
|
||||
(use-package treemacs-evil
|
||||
:after (treemacs evil))
|
||||
|
||||
(use-package treemacs-icons-dired
|
||||
:hook (dired-mode . treemacs-icons-dired-enable-once)
|
||||
:after (treemacs))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue