Closed miwinning closed 5 years ago
This bothered me as well and I looked into the source code and found that you can customize various display options infrog-menu
(which applies to frog-jump-buffer
as well), e.g. I have this in my config which makes the menu centered in current window and it also adds internal border to it:
(setf (alist-get 'avy-posframe frog-menu-display-option-alist)
'posframe-poshandler-window-center)
(setq frog-menu-posframe-parameters
'((internal-border-width . 10)
(border-width . 2)))
Thanks! Thats much better.
Added options for overriding frog-jump-buffer-posframe-parameters
and frog-jump-buffer-posframe-handler
specifically for frog-jump-buffer
, in case you want different options for frog-menu
.
Being able to have the menu always centred in frame would be nice. Jumping around as it does is a little distracting.