We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0502bf1 commit f7ae975Copy full SHA for f7ae975
lsp-treemacs-generic.el
@@ -142,7 +142,8 @@
142
(when treemacs-text-scale
143
(text-scale-increase treemacs-text-scale))
144
(lsp-treemacs-generic-mode t)
145
- (when expand-depth (lsp-treemacs--expand 'lsp-treemacs-generic-root expand-depth)))
+ ;; (when expand-depth (lsp-treemacs--expand 'lsp-treemacs-generic-root expand-depth))
146
+ )
147
(current-buffer))))
148
149
(provide 'lsp-treemacs-generic)
0 commit comments