help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Proportional font in the modeline


From: Marcin Borkowski
Subject: Re: Proportional font in the modeline
Date: Tue, 15 Mar 2022 08:46:45 +0100
User-agent: mu4e 1.1.0; emacs 29.0.50

On 2022-03-14, at 11:18, Lars Ingebrigtsen <larsi@gnus.org> wrote:

> Marcin Borkowski <mbork@mbork.pl> writes:
>
>> I remember reading somewhere about a recent experiment with proportional
>> fonts in the modeline.  I compiled a new Emacs (from master) a few days
>> ago, but the font is still fixed-width.  How do i enable variable-width
>> fonts in the modeline?
>
> Customise the `mode-line' face.

Thanks, this line:

(set-face-attribute 'mode-line nil :height 0.8333 :inherit 'variable-pitch)

did the trick (the :height is an old customization of mine).

Thanks,

-- 
Marcin Borkowski
http://mbork.pl



reply via email to

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