Skip to content

Commit f7ae975

Browse files
committed
Disable expanding of the tree
1 parent 0502bf1 commit f7ae975

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsp-treemacs-generic.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@
142142
(when treemacs-text-scale
143143
(text-scale-increase treemacs-text-scale))
144144
(lsp-treemacs-generic-mode t)
145-
(when expand-depth (lsp-treemacs--expand 'lsp-treemacs-generic-root expand-depth)))
145+
;; (when expand-depth (lsp-treemacs--expand 'lsp-treemacs-generic-root expand-depth))
146+
)
146147
(current-buffer))))
147148

148149
(provide 'lsp-treemacs-generic)

0 commit comments

Comments
 (0)