Skip to content

Commit d0c3e8d

Browse files
committed
update defaults
1 parent a0eaed7 commit d0c3e8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lsp-treemacs.el

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,22 +124,22 @@ Fallback to list all workspaces if no project root is found."
124124
:type 'boolean
125125
:group 'lsp-treemacs)
126126

127-
(defcustom lsp-treemacs-error-list-expand-depth 3
127+
(defcustom lsp-treemacs-error-list-expand-depth nil
128128
"Automatic expansion depth for `lsp-treemacs-error-list'"
129129
:type 'number
130130
:group 'lsp-treemacs)
131131

132-
(defcustom lsp-treemacs-call-hierarchy-expand-depth 2
132+
(defcustom lsp-treemacs-call-hierarchy-expand-depth nil
133133
"Automatic expansion depth for `lsp-treemacs-call-hierarchy'"
134134
:type 'number
135135
:group 'lsp-treemacs)
136136

137-
(defcustom lsp-treemacs-type-hierarchy-expand-depth 3
137+
(defcustom lsp-treemacs-type-hierarchy-expand-depth nil
138138
"Automatic expansion depth for `lsp-treemacs-type-hierarchy'"
139139
:type 'number
140140
:group 'lsp-treemacs)
141141

142-
(defcustom lsp-treemacs-java-deps-list-expand-depth 2
142+
(defcustom lsp-treemacs-java-deps-list-expand-depth nil
143143
"Automatic expansion depth for `lsp-treemacs-java-deps-list'"
144144
:type 'number
145145
:group 'lsp-treemacs)

0 commit comments

Comments
 (0)