mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 09:21:38 -05:00
fix: invalid face reference: mode-line-inactives
This commit is contained in:
parent
4a694ece9b
commit
b43bbbffba
1 changed files with 1 additions and 1 deletions
|
@ -2113,7 +2113,7 @@ we don't want to remove that so we just return the original."
|
|||
(let ((front (format-mode-line 'mode-line-front-space)))
|
||||
(if active
|
||||
front
|
||||
(propertize front 'face 'mode-line-inactives)))
|
||||
(propertize front 'face 'mode-line-inactive)))
|
||||
|
||||
(when (and doom-modeline-icon doom-modeline-major-mode-icon)
|
||||
(concat " "
|
||||
|
|
Loading…
Add table
Reference in a new issue