Hacker News new | ask | show | jobs
by marco_craveiro 1240 days ago
I also love wgrep. [1]

[1] https://melpa.org/#/wgrep

1 comments

and rg.el, which is that UX for ripgrep.
You can also use the built in rgrep functionality with ripgrep, just do something like

    (grep-apply-setting
           'grep-find-command
           "rg --no-heading ")