Add config on Treemacs to support multiwindows
This commit is contained in:
parent
5e9486f011
commit
be5aed29c3
2
config/multiwindows.el
Normal file
2
config/multiwindows.el
Normal file
@ -0,0 +1,2 @@
|
||||
(treemacs-define-RET-action 'file-node-closed #'treemacs-visit-node-ace)
|
||||
(treemacs-define-RET-action 'file-node-open #'treemacs-visit-node-ace)
|
1
init.el
1
init.el
@ -4,6 +4,7 @@
|
||||
(load-file (expand-file-name "backup.el" (concat user-emacs-directory "config")))
|
||||
(load-file (expand-file-name "clipboard.el" (concat user-emacs-directory "config")))
|
||||
(load-file (expand-file-name "editor.el" (concat user-emacs-directory "config")))
|
||||
(load-file (expand-file-name "multiwindows.el" (concat user-emacs-directory "config")))
|
||||
(load-file (expand-file-name "keybinding.el" (concat user-emacs-directory "config"))) ;; Always put keybinding at the end
|
||||
|
||||
(custom-set-variables
|
||||
|
Loading…
Reference in New Issue
Block a user