Minor refactors & reformatting across the board

This commit is contained in:
Henrik Lissner 2019-10-20 13:29:29 -04:00
parent 8b18604b63
commit e0469e14c0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
8 changed files with 21 additions and 17 deletions

View file

@ -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))