Skip to content

Commit

Permalink
lsp-mode: fix lighter to not using quote (emacs-lsp#2323)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiennq authored Nov 11, 2020
1 parent b639a6c commit 15be167
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -2584,11 +2584,11 @@ an Elisp regexp."
nil nil nil
:keymap lsp-mode-map
:lighter
'(" LSP["
(lsp--buffer-workspaces
(:eval (mapconcat #'lsp--workspace-print lsp--buffer-workspaces "]["))
(:propertize "Disconnected" face warning))
"]")
(" LSP["
(lsp--buffer-workspaces
(:eval (mapconcat #'lsp--workspace-print lsp--buffer-workspaces "]["))
(:propertize "Disconnected" face warning))
"]")
:group 'lsp-mode)

(defvar lsp-mode-menu
Expand Down

0 comments on commit 15be167

Please sign in to comment.