Hacker News new | ask | show | jobs
by hprotagonist 1240 days ago
and rg.el, which is that UX for ripgrep.
1 comments

You can also use the built in rgrep functionality with ripgrep, just do something like

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