emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 84bf954 2/2: Use a proportional font for the mode line


From: Robert Pluim
Subject: Re: master 84bf954 2/2: Use a proportional font for the mode line
Date: Thu, 25 Nov 2021 18:13:13 +0100

>>>>> On Wed, 24 Nov 2021 08:48:25 -0500 (EST), larsi@gnus.org (Lars 
>>>>> Ingebrigtsen) said:
    Lars> diff --git a/lisp/faces.el b/lisp/faces.el
    Lars> index a07f8c6..e9f795c 100644
    Lars> --- a/lisp/faces.el
    Lars> +++ b/lisp/faces.el
    Lars> @@ -2611,9 +2611,11 @@ non-nil."
    Lars>  (defface mode-line
    Lars>    '((((class color) (min-colors 88))
    Lars>       :box (:line-width -1 :style released-button)
    Lars> +     :inherit 'variable-pitch
    Lars>       :background "grey75" :foreground "black")
    Lars>      (t
    Lars> -     :inverse-video t))
    Lars> +     :inverse-video t
    Lars> +     :inherit 'variable-pitch))
    Lars>    "Basic mode line face for selected window."
    Lars>    :version "21.1"
    Lars>    :group 'mode-line-faces

M-x customize-face RET mode-line RET

now shows only the lisp expression for the mode-line face. Iʼve fixed
this one, but the default face has the same issue, so Iʼm going to
assume you changed something there too :-)

Robert
-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]