mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Merge pull request #170 from codesuki/patch-1
fix: invalid face reference: mode-line-inactives
This commit is contained in:
commit
450aca5fbd
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)))
|
(let ((front (format-mode-line 'mode-line-front-space)))
|
||||||
(if active
|
(if active
|
||||||
front
|
front
|
||||||
(propertize front 'face 'mode-line-inactives)))
|
(propertize front 'face 'mode-line-inactive)))
|
||||||
|
|
||||||
(when (and doom-modeline-icon doom-modeline-major-mode-icon)
|
(when (and doom-modeline-icon doom-modeline-major-mode-icon)
|
||||||
(concat " "
|
(concat " "
|
||||||
|
|
Loading…
Reference in a new issue