From c5dd1e4aa887a99f533917bc00dae7040a4baf50 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 2 Nov 2023 17:23:34 +0100 Subject: [PATCH] Add the ag package --- configuration.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.org b/configuration.org index b7dd70d..6584342 100644 --- a/configuration.org +++ b/configuration.org @@ -1838,6 +1838,13 @@ INFO plist." (spdx-copyright-sign 'unicode)) #+end_src +** ~ag~ to use the silver searcher + +#+begin_src emacs-lisp +(use-package ag + :commands (ag)) +#+end_src + * Dired extras ** ~dired-collapse~, to collapse directories that contain a single file somewhere deep