vertico posframe height

This commit is contained in:
Chris Cochrun 2024-11-21 15:21:11 -06:00
parent 68691811df
commit 735e36d16a
2 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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)