summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2024-08-24 09:24:32 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2024-08-24 09:24:32 +0100
commit8264d04f982968148fd1e66c02efce88d452c415 (patch)
tree0867ccd3f17efdbac172a6e8d5e7b40313cf6764 /emacs/init.el
parent248bf0b9fcd420f4297058fc49c9181cc767a50b (diff)
emacs: Pass region contents to ‘consult-ripgrep’
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
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