~edwargix/emacs.d

e9113cf144c8870fbbf1b42e6006cdbe4acebf13 — David Florness 9 months ago f4c37db
separate keys for selecting the treemacs window and opening/closing it
1 files changed, 3 insertions(+), 1 deletions(-)

M lisp/treemacs.el
M lisp/treemacs.el => lisp/treemacs.el +3 -1
@@ 1,5 1,7 @@
(use-package treemacs
  :bind ("M-0" . treemacs)
  :bind
  ("M-0" . treemacs-select-window)
  ("C-M-0" . treemacs)
  :config
  (treemacs-project-follow-mode))