mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 17:31:37 -05:00
Eliminate warnings.
This commit is contained in:
parent
e5c573ddcf
commit
27edf5942b
1 changed files with 2 additions and 4 deletions
|
@ -54,6 +54,7 @@
|
|||
(defvar battery-mode-line-limit)
|
||||
(defvar battery-status-function)
|
||||
(defvar edebug-execution-mode)
|
||||
(defvar eglot--managed-mode)
|
||||
(defvar evil-ex-active-highlights-alist)
|
||||
(defvar evil-ex-argument)
|
||||
(defvar evil-ex-range)
|
||||
|
@ -1020,10 +1021,7 @@ mouse-1: List all problems%s"
|
|||
(doom-modeline-vspc)
|
||||
(if active
|
||||
text
|
||||
(propertize text 'face 'mode-line-inactive))))
|
||||
|
||||
;; FIXME: Add one exra space to avoid the segment-cut issue
|
||||
(doom-modeline-spc)))
|
||||
(propertize text 'face 'mode-line-inactive))))))
|
||||
"")))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue