Skip to content

Commit 15be167

Browse files
authored
lsp-mode: fix lighter to not using quote (#2323)
1 parent b639a6c commit 15be167

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lsp-mode.el

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2584,11 +2584,11 @@ an Elisp regexp."
25842584
nil nil nil
25852585
:keymap lsp-mode-map
25862586
:lighter
2587-
'(" LSP["
2588-
(lsp--buffer-workspaces
2589-
(:eval (mapconcat #'lsp--workspace-print lsp--buffer-workspaces "]["))
2590-
(:propertize "Disconnected" face warning))
2591-
"]")
2587+
(" LSP["
2588+
(lsp--buffer-workspaces
2589+
(:eval (mapconcat #'lsp--workspace-print lsp--buffer-workspaces "]["))
2590+
(:propertize "Disconnected" face warning))
2591+
"]")
25922592
:group 'lsp-mode)
25932593

25942594
(defvar lsp-mode-menu

0 commit comments

Comments
 (0)