summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
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