Updated emacs config to use consult-git-grep instead of grep

This commit is contained in:
Random936 2025-06-28 15:27:53 -04:00
parent 018313e48b
commit 85248a2fba

View File

@ -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