feat(projects/treemacs): disable project-follow mode

It's neat, but generally very slow to update the tree view when you
switched back and forth between projects. So I prefer just having
multiple projects visible in treemacs at the same time.
This commit is contained in:
2023-04-25 02:08:33 +01:00
parent dd26296963
commit e9da1ea174

View File

@@ -24,7 +24,7 @@
(treemacs-show-hidden-files t)
(treemacs-silent-refresh nil)
(treemacs-sorting 'alphabetic-asc)
(treemacs-width 40)
(treemacs-width 46)
(treemacs-persist-file (siren-cache-dir "treemacs-persist"))
(treemacs-last-error-persist-file
@@ -51,7 +51,6 @@
(treemacs-follow-mode t)
(treemacs-filewatch-mode t)
(treemacs-git-mode 'deferred)
(treemacs-project-follow-mode t)
(treemacs-define-doubleclick-action
'file-node-open #'treemacs-visit-node-in-most-recently-used-window)