Add the rg package
This commit is contained in:
parent
c5dd1e4aa8
commit
7606482c8e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user