Skip to content

Commit a5348f3

Browse files
committed
[Treemacs] Disable treemacs-follow-mode
1 parent 7a3f1cf commit a5348f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lisp/interface/init-treemacs.el

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121

2222
;; A tree layout file explorer
2323
(use-package treemacs
24-
:commands (treemacs-toggle-fixed-width
25-
treemacs-follow-mode
24+
:commands (treemacs-follow-mode
2625
treemacs-filewatch-mode
2726
treemacs-git-mode
2827
treemacs-fringe-indicator-mode)
@@ -49,7 +48,7 @@
4948
treemacs-width 30
5049
treemacs-no-png-images (not emacs-icon))
5150

52-
(treemacs-follow-mode t)
51+
(treemacs-follow-mode nil)
5352
(treemacs-filewatch-mode t)
5453
(treemacs-fringe-indicator-mode 'always)
5554

0 commit comments

Comments
 (0)