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)