feat(vertico): add +childframe option similar to ivy
This commit is contained in:
parent
0e48c22c3e
commit
ece4a74a9b
2 changed files with 12 additions and 0 deletions
|
@ -246,3 +246,10 @@ orderless."
|
|||
(use-package! wgrep
|
||||
:commands wgrep-change-to-wgrep-mode
|
||||
:config (setq wgrep-auto-save-buffer t))
|
||||
|
||||
|
||||
(use-package! vertico-posframe
|
||||
:when (featurep! +childframe)
|
||||
:hook (vertico-mode . vertico-posframe-mode)
|
||||
:config
|
||||
(add-hook 'doom-after-reload-hook #'posframe-delete-all))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue