From 8686ef2d7b91665ec9d4324a33b2fa8a1e3468ee Mon Sep 17 00:00:00 2001 From: Eason0210 Date: Sat, 28 Oct 2023 07:23:42 +0800 Subject: [PATCH] consult: Prefer consult-fd based on the fast fd file finder utility --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index c77bf6f..d470fb4 100644 --- a/init.el +++ b/init.el @@ -197,7 +197,7 @@ ("M-g o" . consult-outline) ("M-g m" . consult-mark) ("M-g k" . consult-global-mark) - ("M-s d" . consult-find) + ("M-s d" . consult-fd) ("M-s D" . consult-locate) ("M-s g" . consult-grep) ("M-s G" . consult-git-grep)