fix(emacs): use floating vertico minibuffer
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
faa71b9e5d
commit
bbb2528226
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
||||||
(use-package vertico :straight t
|
(use-package vertico :straight t
|
||||||
:init
|
:init
|
||||||
(add-hook 'after-init-hook 'vertico-mode))
|
(add-hook 'after-init-hook 'vertico-mode))
|
||||||
|
(use-package vertico-posframe :straight t
|
||||||
|
:init
|
||||||
|
(vertico-posframe-mode 1))
|
||||||
(use-package marginalia :straight t
|
(use-package marginalia :straight t
|
||||||
:init
|
:init
|
||||||
(add-hook 'after-init-hook 'marginalia-mode))
|
(add-hook 'after-init-hook 'marginalia-mode))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue