~edwargix/emacs.d

f4c37db6df65c080ca47864749dfb424b2357c6c — David Florness 9 months ago 462a3bd
configure treemacs to always follow the current project

Instead of using the workspaces thing, which I've never found useful
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)
  :config
  (treemacs-project-follow-mode))

(use-package treemacs-evil
  :after treemacs)