yanghaoxie / which-key-posframe

Let emacs-which-key use posframe to show its popup.
GNU General Public License v3.0
51 stars 10 forks source link

Setting width to frame width #22

Open minikN opened 10 months ago

minikN commented 10 months ago

Hello,

I'd like to set the width of the which-key frame to full width, in other words equal to the frame-width.

How can I achieve this? I tried setting which-key-posframe-parameters to

`((width . ,(frame-width)))

But that didnt do it.

Thanks.