You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Emacs 29.4 (maybe earlier) I have two nano-modelines -- one at the top, one at the bottom of my window. I can use hide-mode-line package to hide the lower one, but I actually want the nano modeline to be at the bottom, so this is only a workaround.
This happens even with a minimal configuration. But also with my config, where I have written my own nano-modeline hook (e.g. for showing the git branch).
The text was updated successfully, but these errors were encountered:
It's weird and the modeline should be only at one place. And the way to disable the modeline is exactly the code you wrote. If you want to make it the default, you can also write (setq-default mode-line-format nil)
Since Emacs 29.4 (maybe earlier) I have two nano-modelines -- one at the top, one at the bottom of my window. I can use hide-mode-line package to hide the lower one, but I actually want the nano modeline to be at the bottom, so this is only a workaround.
This happens even with a minimal configuration. But also with my config, where I have written my own nano-modeline hook (e.g. for showing the git branch).
The text was updated successfully, but these errors were encountered: