Vertico-directory

This commit is contained in:
2022-10-09 23:51:19 -07:00
parent a2ed2d9425
commit d6ee5cd8c6
2 changed files with 24 additions and 4 deletions

View File

@@ -355,9 +355,19 @@
:hook org-mode)
(use-package vertico
:straight t
:straight (:files (:defaults "extensions/*"))
:init
(vertico-mode))
(vertico-mode)
:bind (:map vertico-map
("C-j" . vertico-next)
("C-k" . vertico-previous)))
(use-package vertico-directory
:after vertico
:bind (:map vertico-map
("C-h" . vertico-directory-delete-word)
("C-l" . vertico-directory-enter)))
(use-package marginalia
:straight t