parent
454421dc54
commit
a37e1922da
1 changed files with 6 additions and 1 deletions
|
@ -29,7 +29,12 @@
|
|||
|
||||
(def-package! treemacs-evil
|
||||
:when (featurep! :feature evil +everywhere)
|
||||
:after treemacs)
|
||||
:after treemacs
|
||||
:config
|
||||
(define-key! evil-treemacs-state-map
|
||||
[return] #'treemacs-RET-action
|
||||
[tab] #'treemacs-TAB-action
|
||||
"TAB" #'treemacs-TAB-action))
|
||||
|
||||
|
||||
(def-package! treemacs-projectile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue