rougier / nano-modeline

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

Bottom position not shown #28

Closed Airwan closed 2 years ago

Airwan commented 2 years ago

Hello,

I tried your very nice modeline but the bottom position is not shown while top default works fine. I set the nano-modeline-position to 'bottom with an empty init file however the bottom mode-line is empty (full grey).

Thanks for your help.

artelse commented 2 years ago

See issue #24 below.

Airwan commented 2 years ago

It is solved removing (add-hook 'window-configuration-change-hook #'nano-modeline-update-windows). This hook might depend on the value of nano-modeline-position ?

rougier commented 2 years ago

I just pushed a commit to remove the hook.