From 8264d04f982968148fd1e66c02efce88d452c415 Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sat, 24 Aug 2024 09:24:32 +0100 Subject: emacs: Pass region contents to ‘consult-ripgrep’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index f03c16c..9012a0d 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -95,7 +95,7 @@ (use-package consult :bind (("C-x b" . consult-buffer) - ("C-c s" . consult-ripgrep)) + ("C-c s" . my/consult-ripgrep)) :ensure t) (use-package orderless -- cgit v1.2.3-70-g09d2