Use the non-deprecated face for mode-line-inactive (#66)

modeline-inactive was deprecated in emacs 22.1, and causes errors on
26.2.
This commit is contained in:
Andreas Fuchs 2019-05-29 10:49:47 +02:00 committed by Jean-Philippe Bernardy
parent 6f696084a9
commit 501adc6580

View file

@ -15,7 +15,7 @@
"Boon status"
(boon-state-string)
:when (bound-and-true-p boon-mode)
:face (if (powerline-selected-window-active) (boon-state-face) 'modeline-inactive))
:face (if (powerline-selected-window-active) (boon-state-face) 'mode-line-inactive))