From 34904710153b93be8bb152614db0c0e63069922a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 5 Oct 2021 14:23:10 -0500 Subject: Add consult-dir --- init.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 32f48fb..31811d7 100644 --- a/init.el +++ b/init.el @@ -1213,6 +1213,15 @@ specific to most general, they are these: (funcall #'vertico-exit)) "TAB" #'vertico-exit)))) +(setup (:straight consult-dir) + (:with-feature project + (:autoload project--read-project-list)) + (:global "C-x C-d" #'consult-dir) + (with-eval-after-load 'vertico + (:with-map vertico-map + (:bind "C-x C-d" #'consult-dir + "C-x C-j" #'consult-dir-jump-file)))) + (setup (:straight crux) (:global "C-o" #'crux-smart-open-line "M-o" #'crux-smart-open-line-above -- cgit 1.4.1-21-gabe81