mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix for run hooks with args in lsp indicator.
This commit is contained in:
parent
7b9a1e5dd6
commit
262e42109c
1 changed files with 1 additions and 1 deletions
|
@ -1536,7 +1536,7 @@ mouse-3: Describe current input method")
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(defvar doom-modeline--lsp nil)
|
(defvar doom-modeline--lsp nil)
|
||||||
(defun doom-modeline-update-lsp ()
|
(defun doom-modeline-update-lsp (&rest _)
|
||||||
"Update `lsp-mode' status."
|
"Update `lsp-mode' status."
|
||||||
(setq doom-modeline--lsp
|
(setq doom-modeline--lsp
|
||||||
(concat
|
(concat
|
||||||
|
|
Loading…
Reference in a new issue