From ab734d2ac9b3f6c89810a882426fef71bfc27ae3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 29 Nov 2016 15:30:09 +0100 Subject: Emacs: Configure ripgrep --- tag-emacs/emacs.d/init.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 3b97d22c..b25f7d2c 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -346,6 +346,19 @@ configuration with crux.el :config (setq ag-project-root-function #'projectile-project-root)) #+END_SRC +** Ripgrep + +Step over Silver Search, here comes a new challenger. + +#+BEGIN_SRC emacs-lisp + (use-package ripgrep + :if (executable-find "rg")) + + (use-package projectile-ripgrep + :bind (("C-c p s r" . projectile-ripgrep)) + :ensure nil) +#+END_SRC + ** Projectile Projectile is awesome for working in projects, especially VCS-backed -- cgit 1.4.1