Emacs: Install projectile-ripgrep correctly It used to be bundled with ripgrep.el, now it seems to be separate
Alan Pearce alan@alanpearce.uk
Thu, 16 Mar 2017 16:32:58 +0100
1 files changed, 3 insertions(+), 2 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -446,8 +446,9 @@ (use-package ripgrep :if (executable-find "rg")) (use-package projectile-ripgrep - :bind (("C-c p s r" . projectile-ripgrep)) - :ensure nil) + :after (ripgrep projectile) + :if (executable-find "rg") + :bind (("C-c p s r" . projectile-ripgrep))) #+END_SRC ** Projectile