mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-04 17:01:39 -05: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)
|
||||
(defun doom-modeline-update-lsp ()
|
||||
(defun doom-modeline-update-lsp (&rest _)
|
||||
"Update `lsp-mode' status."
|
||||
(setq doom-modeline--lsp
|
||||
(concat
|
||||
|
|
Loading…
Add table
Reference in a new issue