Re: Changing text height for the *Completions* buffer
Heime <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <rkRIvqbS-W-RL2VzyBXbu_kz1SlyjJgzojgfzyYoHX38FoVSDzobDOCerXHmtlYcRXFKNJ3csVFlx_vlhFKtN6e7E-ozUay2Vmk8Dj2Lb9g=@protonmail.com> |
On Friday, March 27th, 2026 at 1:23 AM, Eli Zaretskii <[email protected]> wrote: > > Date: Thu, 26 Mar 2026 12:53:38 +0000 > > From: Heime <[email protected]> > > > > > > I have tried to make everything larger by modifying the default > > face: > > > > (set-face-attribute 'default nil :height 160) > > > > I assumed that all faces inherit from the default face and do not > > override the :height value they inherit, > > > > But the text height for the *Completions* buffer did not change. > > Faces that specify an explicit size will not be affected by the change > in the size of the default face. How can I change the explicit size for the *Completions* buffer?