turn posframe on by default

This commit is contained in:
Chris Cochrun 2024-09-09 10:02:50 -05:00
parent 6178cd6bd8
commit 40e212f240
2 changed files with 4 additions and 2 deletions

View file

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