emacs-devel
[Top][All Lists]
Advanced

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

Re: Default Info face


From: Juri Linkov
Subject: Re: Default Info face
Date: Wed, 18 Dec 2024 19:17:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (x86_64-pc-linux-gnu)

> If I'm not mistaken, currently, the face used for the text body of Info
> nodes is `default'.  I was wondering if there would be any interest in
> having an `info' face defined for this usage.  I imagine that it could
> inherit for `variable-pitch-text' as "shr.el" is doing.  I also guess
> that it would have an impact on some sub-faces (like `info-title*' for
> example).  WDYT?

Can you achieve this by face remapping?
For example, in the Info buffer:

  (face-remap-add-relative 'default 'variable-pitch)



reply via email to

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