branch: elpa/anzu
commit 174b940c7e53e9e8180abc718d61dd200f7748be
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Better example as well as #73
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 505e0080cd..a809d07fad 100644
--- a/README.md
+++ b/README.md
@@ -211,8 +211,8 @@ Separator of `to` string.
'(anzu-replace-threshold 50)
'(anzu-replace-to-string-separator " => "))
-(define-key isearch-mode-map (kbd "M-%") #'anzu-isearch-query-replace)
-(define-key isearch-mode-map (kbd "C-M-%") #'anzu-isearch-query-replace-regexp)
+(define-key isearch-mode-map [remap isearch-query-replace]
#'anzu-isearch-query-replace)
+(define-key isearch-mode-map [remap isearch-query-replace-regexp]
#'anzu-isearch-query-replace-regexp)
```
[melpa-link]: https://melpa.org/#/anzu