How do I change the height of the emacs bottom command line. It seems it's a fraction of the whole frame, which takes too much space. Thanks in advance.
The minibuffer can automatically take the minimal amount of space required. There is some tweaking that you can do to help it use space more effectively. From the Emacs manual:
Normally, the minibuffer window occupies a single screen line. However, if you add two or more lines' worth of text into the minibuffer, it expands automatically to accomodate the text. The variable
resize-mini-windows
controls the resizing of the minibuffer. The default value isgrow-only
, which means the behavior we have just described. If the value ist
, the minibuffer window will also shrink automatically if you remove some lines of text from the minibuffer, down to a minimum of one screen line. If the value isnil
, the minibuffer window never changes size automatically, but you can use the usual window-resizing commands on it (see Windows).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With