summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-09-18 18:57:53 +0200
committerAlan Pearce2017-09-18 18:57:53 +0200
commit234961c3386df99937a4b6851839985f92ed4293 (patch)
treeb182a3f19795bccc0c87eb7da3830a10bc7a908a /emacs
parentbad467785a2b3ecd11898b9d23d7c470521d32b6 (diff)
downloaddotfiles-234961c3386df99937a4b6851839985f92ed4293.tar.lz
dotfiles-234961c3386df99937a4b6851839985f92ed4293.tar.zst
dotfiles-234961c3386df99937a4b6851839985f92ed4293.zip
Emacs: Use correct keybinding syntax for projectile-ripgrep
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index f76c329..2e6eeec 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.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