From cb62ec0905afff50d99f8030201a637c5bc3a407 Mon Sep 17 00:00:00 2001 From: Liam Hupfer Date: Mon, 25 Sep 2023 21:47:51 -0500 Subject: [PATCH] =?UTF-8?q?tweak(vertico):=20use=20fd=E2=80=99s=20smart=20?= =?UTF-8?q?case?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If the user is going to the trouble of capitalizing input, that’s probably all they want to match. Ref: https://github.com/sharkdp/fd/commit/6482f3ac09673f52805cfea0b3640483dee7cf03 --- modules/completion/vertico/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/vertico/config.el b/modules/completion/vertico/config.el index d01f2c112..3bc6706a8 100644 --- a/modules/completion/vertico/config.el +++ b/modules/completion/vertico/config.el @@ -149,7 +149,7 @@ orderless." (if doom-projectile-fd-binary (setq consult-fd-args '(doom-projectile-fd-binary - "--full-path --color=never -i -H -E .git --regex" + "--full-path --color=never -H -E .git --regex" (when IS-WINDOWS "--path-separator=/")))) (consult-customize