From 8756837036571b9f7a9f11d692e7dfab13d76c9b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 19 Jul 2018 03:38:52 +0200 Subject: [PATCH] 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. --- modules/ui/treemacs/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui/treemacs/config.el b/modules/ui/treemacs/config.el index 0662c5b16..9f596546d 100644 --- a/modules/ui/treemacs/config.el +++ b/modules/ui/treemacs/config.el @@ -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)))