Skip to content

Commit

Permalink
tweak(treemacs): enable evil support
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 8, 2023
1 parent 94a8c1f commit 2176941
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/me-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
(treemacs-last-error-persist-file (concat minemacs-local-dir "treemacs/last-error-persist.el"))
(treemacs-width 30))

(use-package treemacs-evil
:straight t
:after treemacs evil
:demand t)

(use-package treemacs-all-the-icons
:straight t
:after treemacs all-the-icons
Expand Down

0 comments on commit 2176941

Please sign in to comment.