Add the rg package

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

View File

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