diff options
-rw-r--r-- | init.el | 9 |
1 files changed, 9 insertions, 0 deletions
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: | |||
1213 | (funcall #'vertico-exit)) | 1213 | (funcall #'vertico-exit)) |
1214 | "TAB" #'vertico-exit)))) | 1214 | "TAB" #'vertico-exit)))) |
1215 | 1215 | ||
1216 | (setup (:straight consult-dir) | ||
1217 | (:with-feature project | ||
1218 | (:autoload project--read-project-list)) | ||
1219 | (:global "C-x C-d" #'consult-dir) | ||
1220 | (with-eval-after-load 'vertico | ||
1221 | (:with-map vertico-map | ||
1222 | (:bind "C-x C-d" #'consult-dir | ||
1223 | "C-x C-j" #'consult-dir-jump-file)))) | ||
1224 | |||
1216 | (setup (:straight crux) | 1225 | (setup (:straight crux) |
1217 | (:global "C-o" #'crux-smart-open-line | 1226 | (:global "C-o" #'crux-smart-open-line |
1218 | "M-o" #'crux-smart-open-line-above | 1227 | "M-o" #'crux-smart-open-line-above |