all repos — nixfiles @ 234961c3386df99937a4b6851839985f92ed4293

System and user configuration, managed by nix and home-manager

Emacs: Use correct keybinding syntax for projectile-ripgrep

Alan Pearce
commit

234961c3386df99937a4b6851839985f92ed4293

parent

bad467785a2b3ecd11898b9d23d7c470521d32b6

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -521,7 +521,8 @@
(use-package projectile-ripgrep :after (ripgrep projectile) :if (executable-find "rg") - :bind (("C-c p s r" . projectile-ripgrep))) + :bind (:map projectile-command-map + ("s r" . projectile-ripgrep))) ;; #+END_SRC ;;;;;; Projectile