From: Armaan Bhojwani Date: Fri, 28 May 2021 02:05:29 +0000 (-0400) Subject: Use anzu properly X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=f308c7b4a198fe6506d50ab547f42fcd63c82f52 Use anzu properly --- 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.