Don't inherit mode-line face.
It doesn't match for highlighted mode-lines.
This commit is contained in:
parent
dee4a9486f
commit
dc828628cf
|
@ -82,8 +82,7 @@ return a number to have it assigned to the current-window, nil otherwise."
|
||||||
(defconst window-numbering-mode-line-position 1
|
(defconst window-numbering-mode-line-position 1
|
||||||
"The position in the mode-line `window-numbering-mode' displays the number.")
|
"The position in the mode-line `window-numbering-mode' displays the number.")
|
||||||
|
|
||||||
(defface window-numbering-face
|
(defface window-numbering-face '()
|
||||||
'((t :inherit mode-line))
|
|
||||||
"Face used for the number in the mode-line."
|
"Face used for the number in the mode-line."
|
||||||
:group 'window-numbering)
|
:group 'window-numbering)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue