What happened?
I’m a noob so ask for all the clarification you need.
When I pressed SPC
, emacs-which-key eventually pops up with the keybind hints. However, as you can see from the attached screenshot, the bottom row of the emacs-which-key popup is partially cut off by the echo area. This does not happen with Emacs in the terminal.
What did you expect to happen?
I thought the echo area should be completely below the which-key popup, instead of covering it partially.
Steps to reproduce
- Open Doom Emacs
- Press
SPC
- Observe echo area covering which-key popup
System information
Loading data dump...
Workaround
If I set (which-key-setup-minibuffer)
to “take over the minibuffer” as listed in the emacs-which-key readme, then the which-key popup is fully displayed, and the echo area prefixes (?) are displayed at the top left of the which-key minibuffer popup. I’m using this for now.