Re: Changing text height for the *Completions* buffer
Heime <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <k1lq4xn19Hp6SB5tH2iQSHsk9S4yYMwBuQVYejqE55JSMvvSiPpcrUPffYjxxkkYZsiHJdoap2zLRAcXEaveNDy7qPldSTbHHa8hDoW_o0o=@protonmail.com> |
On Friday, March 27th, 2026 at 1:39 AM, Eli Zaretskii <[email protected]> wrote: > > 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. I want to change from elisp code. How would I find the completions face and what commands would perform the modification?