feat(vertico): add consult-dir package

This commit is contained in:
Itai Y. Efrat 2021-11-01 13:49:28 +02:00
parent 8a2b7badc7
commit 5b630e1723
2 changed files with 7 additions and 0 deletions

View file

@ -148,6 +148,12 @@ orderless."
:desc "Enter candidates" "RET" #'+vertico/crm-exit))
(use-package! consult-dir
:bind (([remap list-directory] . consult-dir)
:map vertico-map
("C-x C-d" . consult-dir)
("C-x C-j" . consult-dir-jump-file)))
(use-package! consult-flycheck
:when (featurep! :checkers syntax)
:after (consult flycheck))

View file

@ -9,6 +9,7 @@
(package! orderless :pin "62f71c34baca0b7d0adeab4a1c07d85ffcee80d9")
(package! consult :pin "166e3b03c3de4f88bbfdeef7f52efac27642e2d3")
(package! consult-dir :pin "08f543ae6acbfc1ffe579ba1d00a5414012d5c0b")
(when (featurep! :checkers syntax)
(package! consult-flycheck :pin "92b259e6a8ebe6439f67d3d7ffa44b7e64b76478"))