From a9cae7927683518c6e7798d6895def5f7af3fd69 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Fri, 5 May 2023 09:51:12 +0200 Subject: [PATCH] RIPGREP: Add ripgrep --- config.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.org b/config.org index 8e64567..15227f9 100644 --- a/config.org +++ b/config.org @@ -62,6 +62,14 @@ These flags will enable/disable parts of the config. #+END_SRC +** Ripgrep + +#+BEGIN_SRC emacs-lisp +(use-package rg + :ensure t + ) +#+END_SRC + * Term ** Toggle between char- and line-mode