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 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.