From 6c617ecf14ee80830a324f7be3faf08b03ede5ea Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 23 Apr 2023 21:46:43 +0200 Subject: emacs: fix consult/projectile keybind fight --- user/emacs/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/emacs/init.el') 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)) -- cgit 1.4.1