Commit 368437e33dc9

Vincent Demeester <vincent@sbr.pm>
2021-09-24 17:52:10
tools/emacs: fix rg-dwim ๐Ÿ˜…
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 5e64b0d
Changed files (1)
tools
emacs
tools/emacs/config/config-search.el
@@ -79,7 +79,7 @@ confines of word boundaries (e.g. multiple words)."
   :commands (rg rg-project rg-dwim)
   :bind (("M-s r r" . rg)
          ("M-s r p" . rg-project)
-         ("M-s r s" . rg-dwiw))
+         ("M-s r s" . rg-dwim))
   :config
   (setq rg-group-result t)
   (setq rg-hide-command t)