branch: externals/frog-menu
commit c91a373a79f5bbb43c8c6028991983c1d394c33e
Author: Clemens Radermacher <clem...@posteo.net>
Commit: Clemens Radermacher <clem...@posteo.net>

    Adjust grid width default for avy-side-window
---
 frog-menu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frog-menu.el b/frog-menu.el
index cc8f7ab..e98ed10 100644
--- a/frog-menu.el
+++ b/frog-menu.el
@@ -173,7 +173,7 @@ exits through an error."
   (lambda () (cond ((eq frog-menu-type 'avy-posframe)
                     (/ (frame-width) 2))
                    ((eq frog-menu-type 'avy-side-window)
-                    (frame-width))
+                    (* 2 (/ (frame-width) 3)))
                    (t (frame-width))))
   "Returns the width that should be used for menu grid.
 

Reply via email to