Skip to content

Commit 2894e6d

Browse files
committed
Delete redundant code
1 parent 6cfffec commit 2894e6d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lsp-treemacs-generic.el

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,7 @@
143143
(setq-local treemacs-space-between-root-nodes nil)
144144
(when treemacs-text-scale
145145
(text-scale-increase treemacs-text-scale))
146-
(lsp-treemacs-generic-mode t)
147-
;; (when expand-depth (lsp-treemacs--expand 'lsp-treemacs-generic-root expand-depth))
148-
149-
))
146+
(lsp-treemacs-generic-mode t)))
150147
(current-buffer))))
151148

152149
(provide 'lsp-treemacs-generic)

0 commit comments

Comments
 (0)