[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [External] : Enlarging minibuffer prompt
From: |
Drew Adams |
Subject: |
RE: [External] : Enlarging minibuffer prompt |
Date: |
Thu, 24 Oct 2024 16:17:29 +0000 |
> I would like minibuffer to be significantly larger.
> ...the text in the prompt, the actual text I am entering
> is `default' face.
> ... text I am entering in the minibuffer prompt should be
> ... some face ... customized especially for minibuffer.
FWIW, I did this long ago for my own use. But I use a
standalone minibuffer frame, which likely isn't what you
have in mind.
My `foreground-color' value of `minibuffer-frame-alist'
is different ("Red") from that of `default-frame-alist'
("Black"): frame parameter `foreground-color'.
You can also make the font larger or smaller, using
frame parameter `font'.
My minibuffer frame also extends across the bottom of
the display. (There are no minibuffers in other frames,
which saves space and gives me a single place to look.)