File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -584,7 +584,7 @@ will be rendered an empty line between them."
584584
585585(define-minor-mode lsp-treemacs-deps-list-mode " "
586586 :keymap lsp-treemacs-deps-list-mode-map
587- :group 'lsp-treeemacs )
587+ :group 'lsp-treemacs )
588588
589589;;;### autoload
590590(defun lsp-treemacs-java-deps-follow ()
@@ -1144,7 +1144,7 @@ With prefix 2 show both."
11441144
11451145; ; errors
11461146
1147- (defun lsp-treeemacs --error-list-diags (_folder file &rest _ )
1147+ (defun lsp-treemacs --error-list-diags (_folder file &rest _ )
11481148 (->> (lsp-diagnostics)
11491149 (gethash file)
11501150 (-filter #'lsp-treemacs--match-diagnostic-severity )
@@ -1203,7 +1203,7 @@ With prefix 2 show both."
12031203 (propertize (f-dirname (f-relative file folder))
12041204 'face 'lsp-details-face ))
12051205 :icon (if (f-directory? file) 'dir-closed (f-ext file))
1206- :children (-partial #'lsp-treeemacs --error-list-diags folder file)
1206+ :children (-partial #'lsp-treemacs --error-list-diags folder file)
12071207 :ret-action (lambda (&rest _ )
12081208 (interactive )
12091209 (lsp-treemacs--open-file-in-mru file))))))))
@@ -1317,7 +1317,7 @@ With prefix 2 show both."
13171317
13181318(define-minor-mode lsp-treemacs-error-list-mode " "
13191319 :keymap lsp-treemacs-error-list-mode-map
1320- :group 'lsp-treeemacs )
1320+ :group 'lsp-treemacs )
13211321
13221322(defun lsp-treemacs--match-diagnostic-severity (diagnostic )
13231323 (<= (lsp:diagnostic-severity? diagnostic)
You can’t perform that action at this time.
0 commit comments