From 381db3c3bd15a59b1d26107027a6a80872dae7d6 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Fri, 5 May 2023 09:51:21 +0200 Subject: [PATCH] RIPGREP: Add helm-rg/ripgrep --- config.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.org b/config.org index 15227f9..14221c9 100644 --- a/config.org +++ b/config.org @@ -863,6 +863,17 @@ https://github.com/brotzeit/helm-xref ) #+END_SRC +** Helm-rg + +Helm interface to ripgrep: +https://github.com/cosmicexplorer/helm-rg + +#+BEGIN_SRC emacs-lisp +(use-package helm-rg + :ensure t +) +#+END_SRC + * Mutliple cursors https://github.com/magnars/multiple-cursors.el