all repos — archive/dotfiles @ 234961c3386df99937a4b6851839985f92ed4293

Superseded by nixfiles

Emacs: Use correct keybinding syntax for projectile-ripgrep
Alan Pearce alan@alanpearce.eu
Mon, 18 Sep 2017 18:57:53 +0200
commit

234961c3386df99937a4b6851839985f92ed4293

parent

bad467785a2b3ecd11898b9d23d7c470521d32b6

1 files changed, 2 insertions(+), 1 deletions(-)

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