From b0a6eb47a30843d66012ee99a2449b935a732ba7 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 12 Apr 2021 15:08:45 +0200 Subject: [PATCH] * lisp/faces.el (header-line): Inherit variable-pitch. --- lisp/faces.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index 42f4cddfb1..d120852418 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2613,7 +2613,9 @@ mode-line-buffer-id (defface header-line '((default - :inherit mode-line) + ;; FIXME: This can be changed to inherit only `mode-line' once + ;; that face inherits variable-pitch. + :inherit (variable-pitch mode-line)) (((type tty)) ;; This used to be `:inverse-video t', but that doesn't look very ;; good when combined with inverse-video mode-lines and multiple -- 2.30.2