Re: Changing text height for the *Completions* buffer
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
> Date: Thu, 26 Mar 2026 13:28:44 +0000 > From: Heime <[email protected]> > Cc: [email protected] > > 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? Find out what face it uses, and then customize that face, I guess.