Add vertico-postframe package.
This commit is contained in:
@ -153,5 +153,12 @@
|
||||
:bind ("C-c t" . consult-todo)
|
||||
:defer t)
|
||||
|
||||
;; Mover el minibufer de vertico al centro de la pantalla.
|
||||
(use-package vertico-posframe
|
||||
:after vertico
|
||||
:config
|
||||
(vertico-posframe-mode 1)
|
||||
)
|
||||
|
||||
(provide 'init-minibuffer)
|
||||
;;; init-minibuffer.el ends here
|
||||
|
Reference in New Issue
Block a user