ui/treemacs: disable treemacs-follow-mode

Can be disruptive if you've got many windows with buffers across
different projects. Also, SPC o P is available to "jump to current file"
in the treemacs window.
This commit is contained in:
Henrik Lissner 2018-07-19 03:38:52 +02:00
parent ce12aaa4bb
commit 8756837036
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -28,6 +28,7 @@ There are 2 possible values:
(defvar treemacs-collapse-dirs
(if (executable-find "python3") 3 0))
(treemacs-follow-mode -1)
(treemacs-filewatch-mode t)
(when (memq +treemacs-use-git-mode '(simple extended))
(treemacs-git-mode +treemacs-use-git-mode)))