From 735e36d16a85f6429ddb44d7c444fff6591ca541 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 21 Nov 2024 15:21:11 -0600 Subject: [PATCH] vertico posframe height --- README.org | 4 ++-- init.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 6800d58c..daa09d81 100644 --- a/README.org +++ b/README.org @@ -2431,7 +2431,7 @@ I'm going to find all kinds of uses for posframe (use-package vertico-posframe :after vertico :config - (setq vertico-posframe-min-height 10) + (setq vertico-posframe-min-height 30) (vertico-posframe-mode +1)) #+end_src @@ -2628,7 +2628,7 @@ Vertico is an alternative to Selectrum. Maybe using it will give me an even bett ;; (setq vertico-scroll-margin 0) ;; Show more candidates - (setq vertico-count 10) + (setq vertico-count 30) ;; Grow and shrink the Vertico minibuffer (setq vertico-resize t) diff --git a/init.el b/init.el index f42c5f7f..c320b008 100644 --- a/init.el +++ b/init.el @@ -1768,7 +1768,7 @@ Describe everything that follows in the present tense, in response to what I typ (use-package vertico-posframe :after vertico :config - (setq vertico-posframe-min-height 10) + (setq vertico-posframe-min-height 30) (vertico-posframe-mode +1)) (setq home-directory "~/") @@ -1839,7 +1839,7 @@ Describe everything that follows in the present tense, in response to what I typ ;; (setq vertico-scroll-margin 0) ;; Show more candidates - (setq vertico-count 10) + (setq vertico-count 30) ;; Grow and shrink the Vertico minibuffer (setq vertico-resize t)