From 85248a2fba40b2d21528d0adfeaf5c615cc0c20e Mon Sep 17 00:00:00 2001 From: Random936 Date: Sat, 28 Jun 2025 15:27:53 -0400 Subject: [PATCH] Updated emacs config to use consult-git-grep instead of grep --- dotfiles/.emacs.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.emacs.d/config.org b/dotfiles/.emacs.d/config.org index 5b7356b..7ec0f3a 100644 --- a/dotfiles/.emacs.d/config.org +++ b/dotfiles/.emacs.d/config.org @@ -438,7 +438,7 @@ When installing Vertico, the documentation mentions a few other packages that ad :after vertico :config (jm/leader-keys - "pg" 'consult-grep + "pg" 'consult-git-grep "pf" 'consult-find)) #+end_src