diff --git a/config.org b/config.org index cfa4a36..8ca7b45 100644 --- a/config.org +++ b/config.org @@ -591,6 +591,16 @@ #+END_SRC ** misc + Visual feedback when using regexp on the buffer +#+BEGIN_SRC emacs-lisp +(use-package visual-regexp + :ensure t + :defer t + :bind (("C-c r s" . query-replace) + ("C-c r R" . vr/replace) + ("C-c r r" . vr/query-replace) + ("C-c r m" . vr/mc-mark))) +#+END_SRC Newline at the end of file #+BEGIN_SRC emacs-lisp