all repos — archive/dotfiles @ ab734d2ac9b3f6c89810a882426fef71bfc27ae3

Superseded by nixfiles

Emacs: Configure ripgrep

Alan Pearce
commit

ab734d2ac9b3f6c89810a882426fef71bfc27ae3

parent

bf772489b2fd233f587d56ad3f66e78d2aa28936

1 file changed, 13 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -346,6 +346,19 @@ :defer 30
: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