emacs: fix consult/projectile keybind fight
Alan Pearce alan@alanpearce.eu
Sun, 23 Apr 2023 21:46:43 +0200
1 files changed, 2 insertions(+), 2 deletions(-)
jump to
M user/emacs/init.el → user/emacs/init.el
@@ -256,10 +256,10 @@ completion-category-defaults nil 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))