branch: elpa/anzu
commit 10a05eb50c93081f0ada87594898485769be3b82
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Disable blink-matching-paren for improvement
Replacement ')' is too slow if blink-matching-paren is enabled.
It is enabled in emacs standard replace commands such as query-replace.
While it is disabled in isearch-command. I thinks it is also disabled
in replace command.
---
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