From dc828628cf7ae9dc32fd6ad34212b56cd36f6ee8 Mon Sep 17 00:00:00 2001 From: Nikolaj Schumacher Date: Sat, 2 Feb 2013 22:53:53 +0100 Subject: [PATCH] Don't inherit mode-line face. It doesn't match for highlighted mode-lines. --- window-numbering.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/window-numbering.el b/window-numbering.el index dcc5ccd..c780e53 100644 --- a/window-numbering.el +++ b/window-numbering.el @@ -82,8 +82,7 @@ return a number to have it assigned to the current-window, nil otherwise." (defconst window-numbering-mode-line-position 1 "The position in the mode-line `window-numbering-mode' displays the number.") -(defface window-numbering-face - '((t :inherit mode-line)) +(defface window-numbering-face '() "Face used for the number in the mode-line." :group 'window-numbering)