mirror of
https://github.com/vale981/boon
synced 2025-03-04 09:01:39 -05:00
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:
parent
6f696084a9
commit
501adc6580
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue