rougier / nano-modeline

GNU Emacs / N Λ N O Modeline
GNU General Public License v3.0
176 stars 31 forks source link

Two modelines in Emacs 29.4 #80

Open root42 opened 2 days ago

root42 commented 2 days ago

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).

Screenshot 2024-11-20 at 10 08 50
root42 commented 2 days ago

It seems you can also work around it by disabling the modeline this way:

  (setq mode-line-format nil)

There is an open merge request which does something similar.