all repos — nixfiles @ db6903e6fab9cff359a530ca2eee6ba3c7e44525

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

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
commit

db6903e6fab9cff359a530ca2eee6ba3c7e44525

parent

5c124af7c747b6eec279109bd61950c58514e6a5

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

jump to
M tag-emacs/emacs.d/init.orgtag-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