vertico posframe height
This commit is contained in:
parent
68691811df
commit
735e36d16a
2 changed files with 4 additions and 4 deletions
4
init.el
4
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue