Given that grep
is not available on windows, I'm trying to use ripgrep
as a drop-in replacement so that I can use things like project-find-regexp
.
I don't need any extra functionality, just that anything emacs does that would use grep
instead uses ripgrep
. I've tried following this blog post https://stegosaurusdormant.com/emacs-ripgrep/, to plug it in, but it still tries to use the original grep
Is there a way to just drop in ripgrep
for grep
so that project-find-regexp
works?
grep
is available as part of Ezwinports https://emacs.stackexchange.com/a/80495/42623 – mxnt Mar 02 '24 at 09:04winget
. I'd still like to find a way to useripgrep
as a drop-in replacement since it is so much faster, but this at least has me working. – Charles Lowell Mar 04 '24 at 15:49