rougier / nano-emacs

GNU Emacs / N Λ N O - Emacs made simple
GNU General Public License v3.0
2.5k stars 191 forks source link

frame/windows layout change when opening minibuffer #142

Open maxecharel opened 1 year ago

maxecharel commented 1 year ago

I am currently testing nano-emacs (cloning repo + emacs -q -l nano.el approach), thx for this gem! Anyway, calling the mini-buffer modifies the dimensions of the Emacs window/frame.

With my standard init file, no problem: my_config_no_minibuffer_issue

With emacs -q -l nano.el, calling the mini-buffer 'untiles' the Emacs frame/window: nano_minibuffer_modifies_frame_layout_annotated

Any idea on how to solve this? While the problem may come from my DE (KDE)'s window manager, my standard config is surprisingly not impacted.