From f308c7b4a198fe6506d50ab547f42fcd63c82f52 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Thu, 27 May 2021 22:05:29 -0400 Subject: [PATCH] Use anzu properly --- config.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 2775c75..58575bf 100644 --- a/config.org +++ b/config.org @@ -143,7 +143,10 @@ Soft wrap words and do operations by visual lines except in programming modes. ** Display number of matches in search #+begin_src emacs-lisp (use-package anzu - :config (global-anzu-mode)) + :config (global-anzu-mode) + :bind + ([remap query-replace] . anzu-query-replace) + ([remap query-replace-regexp] . anzu-query-replace-regexp)) #+end_src ** Visual bell Invert modeline color instead of audible bell or the standard visual bell. -- 2.39.2