This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Description
When setting which-key to display on the side the window is too narrow.

This looks even worse when I use Emacs full-screen in my 4k monitor:

This happens both with which-key-setup-side-window-right-bottom and which-key-setup-side-window-right.
I use marginalia, not sure if it's interacting here somehow.
which-key is installed from MELPA, version 20230905.2128.
Configuration:
(use-package which-key
:custom
(which-key-idle-delay 0.5)
:init
(which-key-setup-side-window-right-bottom)
:hook
(after-init . which-key-mode))