branch: externals/urgrep commit 86c36492b92df28954e804698ec3d43c7e1022e9 Author: Jim Porter <jporterb...@gmail.com> Commit: Jim Porter <jporterb...@gmail.com>
Include a description of how to enable wgrep support in the README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 97d1fcf8c5..2e686e5319 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,11 @@ This also works with connection-local variables: '(:application tramp :machine "imagewriter") 'urgrep-ripgrep) ``` +### Using with wgrep + +wgrep provides a convenient way to edit results in grep-like buffers. Urgrep +supports this as well. To enable the wgrep hooks, just load `urgrep-wgrep.el`. + ## Programmatic interface In addition to interactive use, Urgrep is designed to allow for programmatic