From 1165ee988f9dc12b98e13f19905d10c95038df14 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Sat, 21 Aug 2021 19:45:22 +0100 Subject: Add anzu isearch bindings --- .emacs.d/lisp/init-editor.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.emacs.d/lisp/init-editor.el') diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el index 2c0936c..22daf5a 100644 --- a/.emacs.d/lisp/init-editor.el +++ b/.emacs.d/lisp/init-editor.el @@ -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) -- cgit 1.4.1-2-gfad0