Minor refactors & reformatting across the board
This commit is contained in:
parent
8b18604b63
commit
e0469e14c0
8 changed files with 21 additions and 17 deletions
|
@ -17,6 +17,7 @@
|
|||
;; Don't follow the cursor
|
||||
(treemacs-follow-mode -1)
|
||||
|
||||
;; Allow ace-window to target treemacs windows
|
||||
(after! ace-window
|
||||
(delq! 'treemacs-mode aw-ignored-buffers)))
|
||||
|
||||
|
@ -29,7 +30,8 @@
|
|||
[return] #'treemacs-RET-action
|
||||
[tab] #'treemacs-TAB-action
|
||||
"TAB" #'treemacs-TAB-action
|
||||
;; To be consistent with C-w {v,s}:
|
||||
;; REVIEW Fix #1875 to be consistent with C-w {v,s}, but this should really
|
||||
;; be considered upstream.
|
||||
"o v" #'treemacs-visit-node-horizontal-split
|
||||
"o s" #'treemacs-visit-node-vertical-split))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue