From 7606482c8ebe705b5d31ee05fb9890312c0745ff Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 2 Nov 2023 17:23:45 +0100 Subject: [PATCH] Add the rg package --- configuration.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.org b/configuration.org index 6584342..92c0788 100644 --- a/configuration.org +++ b/configuration.org @@ -1845,6 +1845,13 @@ INFO plist." :commands (ag)) #+end_src +** ~rg~ to use ripgrep + +#+begin_src emacs-lisp +(use-package rg + :commands (rg)) +#+end_src + * Dired extras ** ~dired-collapse~, to collapse directories that contain a single file somewhere deep