diff --git a/init.el b/init.el index 22cd277..40ca20c 100644 --- a/init.el +++ b/init.el @@ -803,7 +803,8 @@ DOCSTRING is an optional form that is discarded upon expansion." :config (global-anzu-mode) :bind - ((" " . anzu-query-replace) + (("M-s r ." . anzu-query-replace-at-cursor) + (" " . anzu-query-replace) (" " . anzu-query-replace-regexp))) ;; ---------------------------------- ;;