Add anzu isearch bindings

This commit is contained in:
David Morgan 2021-08-21 19:45:22 +01:00
parent c6ec2458e4
commit 1165ee988f
1 changed files with 4 additions and 1 deletions

View File

@ -160,7 +160,10 @@ and file 'filename' will be opened and cursor set on line 'linenumber'"
(anzu-replace-to-string-separator " => ")
:bind
([remap query-replace] . anzu-query-replace)
([remap query-replace-regexp] . anzu-query-replace-regexp))
([remap query-replace-regexp] . anzu-query-replace-regexp)
(:map isearch-mode-map
([remap isearch-query-replace] . anzu-isearch-query-replace)
([remap isearch-query-replace-regexp] . anzu-isearch-query-replace-regexp)))
(use-package midnight)