summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index c24b4311..899596d1 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -256,10 +256,10 @@ With two prefix arguments, write out the day and month name."
 			completion-category-overrides '((file (styles basic partial-completion))))
 
 (use-package consult
+  :after projectile
   :general (:keymaps 'projectile-command-map
                      "b" #'consult-project-buffer
-                     "s s" #'consult-ripgrep
-                     "s r" #'consult-ripgrep)
+                     [remap projectile-ripgrep] #'consult-ripgrep)
   :general ([remap isearch-forward] #'consult-line
             [remap isearch-backward] #'consult-line))