From e9da1ea174aefbfa1d9549a24fa6b5b7e3c2e41d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 25 Apr 2023 02:08:33 +0100 Subject: [PATCH] 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. --- modules/projects/siren-treemacs.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/projects/siren-treemacs.el b/modules/projects/siren-treemacs.el index c1fc95a..1f3f530 100644 --- a/modules/projects/siren-treemacs.el +++ b/modules/projects/siren-treemacs.el @@ -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)