mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user