I would like to hide completely the emacs status line. Is that possible? I could not find anything about this through Google.
(setq-default mode-line-format nil)
The preferred way to completely hide the status line is (setq-default mode-line-format nil)
in your init.el file.
(setq mode-line-format nil)
Hide status line of the current buffer by typing M-:
followed by (setq mode-line-format nil)
when prompted.
On a more lispy level, setting mode-line-format to nil will remove it. See here
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