branch: elpa/anzu
commit cb20bdcbfe1f4156e999169ee8b228d0fbf2d154
Merge: dcd8eac2e5 10a05eb50c
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Merge pull request #40 from syohex/improve-replace-command
Disable blink-matching-paren for improvement
---
anzu.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/anzu.el b/anzu.el
index 9e48989f27..97360dd286 100644
--- a/anzu.el
+++ b/anzu.el
@@ -387,6 +387,7 @@
(defun anzu--read-from-string (prompt beg end use-regexp overlay-limit)
(let ((curbuf (current-buffer))
+ (blink-matching-paren nil)
timer is-input)
(unwind-protect
(minibuffer-with-setup-hook