Add the ag package

This commit is contained in:
Gergely Polonkai 2023-11-02 17:23:34 +01:00
parent 4f741497d1
commit c5dd1e4aa8
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 7 additions and 0 deletions

View File

@ -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