mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
feat(vertico): add +childframe option similar to ivy
This commit is contained in:
committed by
Henrik Lissner
parent
0e48c22c3e
commit
ece4a74a9b
@@ -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))
|
||||
|
Reference in New Issue
Block a user