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