justbur / emacs-which-key

Emacs package that displays available keybindings in popup
GNU General Public License v3.0
1.74k stars 87 forks source link

show docstring in a separate column #292

Open a13 opened 3 years ago

a13 commented 3 years ago

I would like to emulate something similar to ivy-rich by setting

which-key-show-docstrings t`

which-key-max-display-columns 1

and

which-key-max-description-length nil

it looks ok except the docstring is separated from the command name by a space, which isn't perfect tmo

Is it possible to make the delimiter size dynamic depending on the maximum command length on a current page?

a13 commented 3 years ago

image

image