Skip to content

Commit

Permalink
Use english lighter, better for mode-line display in awesome-tray.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Aug 3, 2023
1 parent c902859 commit ba34436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-bridge.el
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@ Default is `bottom-right', you can choose other value: `top-left', `top-right',
(define-minor-mode lsp-bridge-mode
"LSP Bridge mode."
:keymap lsp-bridge-mode-map
:lighter " "
:lighter " LSPB"
:init-value nil
(if lsp-bridge-mode
(lsp-bridge--enable)
Expand Down

0 comments on commit ba34436

Please sign in to comment.