home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 368437e33dc9f401869d7a6264736d5a0e21a738
parent 5e64b0d05746fd9e32757fe5eddf7926d980e64a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 24 Sep 2021 17:52:10 +0200

tools/emacs: fix rg-dwim 😅

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-search.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-search.el b/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)