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 b639a6c commit 15be167Copy full SHA for 15be167
lsp-mode.el
@@ -2584,11 +2584,11 @@ an Elisp regexp."
2584
nil nil nil
2585
:keymap lsp-mode-map
2586
:lighter
2587
- '(" LSP["
2588
- (lsp--buffer-workspaces
2589
- (:eval (mapconcat #'lsp--workspace-print lsp--buffer-workspaces "]["))
2590
- (:propertize "Disconnected" face warning))
2591
- "]")
+ (" LSP["
+ (lsp--buffer-workspaces
+ (:eval (mapconcat #'lsp--workspace-print lsp--buffer-workspaces "]["))
+ (:propertize "Disconnected" face warning))
+ "]")
2592
:group 'lsp-mode)
2593
2594
(defvar lsp-mode-menu
0 commit comments