@@ -125,22 +125,22 @@ Fallback to list all workspaces if no project root is found."
125
125
:group 'lsp-treemacs )
126
126
127
127
(defcustom lsp-treemacs-error-list-expand-depth nil
128
- " Automatic expansion depth for `lsp-treemacs-error-list' "
128
+ " Automatic expansion depth for `lsp-treemacs-error-list' . "
129
129
:type 'number
130
130
:group 'lsp-treemacs )
131
131
132
132
(defcustom lsp-treemacs-call-hierarchy-expand-depth nil
133
- " Automatic expansion depth for `lsp-treemacs-call-hierarchy' "
133
+ " Automatic expansion depth for `lsp-treemacs-call-hierarchy' . "
134
134
:type 'number
135
135
:group 'lsp-treemacs )
136
136
137
137
(defcustom lsp-treemacs-type-hierarchy-expand-depth nil
138
- " Automatic expansion depth for `lsp-treemacs-type-hierarchy' "
138
+ " Automatic expansion depth for `lsp-treemacs-type-hierarchy' . "
139
139
:type 'number
140
140
:group 'lsp-treemacs )
141
141
142
142
(defcustom lsp-treemacs-java-deps-list-expand-depth nil
143
- " Automatic expansion depth for `lsp-treemacs-java-deps-list' "
143
+ " Automatic expansion depth for `lsp-treemacs-java-deps-list' . "
144
144
:type 'number
145
145
:group 'lsp-treemacs )
146
146
@@ -586,7 +586,8 @@ will be rendered an empty line between them."
586
586
587
587
;;;### autoload
588
588
(define-minor-mode lsp-treemacs-sync-mode
589
- " Global minor mode for synchronizing lsp-mode workspace folders and treemacs projects."
589
+ " Global minor mode for synchronizing lsp-mode workspace folders and
590
+ treemacs projects."
590
591
:init-value nil
591
592
:group 'lsp-treemacs
592
593
:global t
@@ -751,7 +752,8 @@ depending on if a custom mode line is detected."
751
752
;;;### autoload
752
753
(defun lsp-treemacs-references (arg )
753
754
" Show the references for the symbol at point.
754
- With a prefix argument, select the new window and expand the tree of references automatically."
755
+ With a prefix argument, select the new window and expand the tree of
756
+ references automatically."
755
757
(interactive " P" )
756
758
(lsp-treemacs--do-search
757
759
" textDocument/references"
@@ -762,7 +764,8 @@ With a prefix argument, select the new window and expand the tree of references
762
764
;;;### autoload
763
765
(defun lsp-treemacs-implementations (arg )
764
766
" Show the implementations for the symbol at point.
765
- With a prefix argument, select the new window expand the tree of implementations automatically."
767
+ With a prefix argument, select the new window expand the tree of
768
+ implementations automatically."
766
769
(interactive " P" )
767
770
(lsp-treemacs--do-search " textDocument/implementation"
768
771
(lsp--text-document-position-params)
0 commit comments