turn posframe on by default
This commit is contained in:
parent
6178cd6bd8
commit
40e212f240
2 changed files with 4 additions and 2 deletions
|
@ -2412,7 +2412,8 @@ 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 10)
|
||||
(vertico-posframe-mode +1))
|
||||
#+end_src
|
||||
|
||||
** EWW
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue