mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00: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…
Reference in a new issue