Remove the ag package

This commit is contained in:
Gergely Polonkai 2023-10-23 07:15:04 +02:00
parent b5132f05b5
commit c7a948c9da
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 10 deletions

View File

@ -2019,16 +2019,6 @@ Because even secretaries need a secretary today.
(after-init . secretaria-unknown-time-always-remind-me))
#+END_SRC
** The Silver Searcher
#+BEGIN_SRC emacs-lisp
(use-package ag
:after projectile
:bind
(:map projectile-mode-map
("C-c p C-a" . ag-project)))
#+END_SRC
** Undo tree
#+BEGIN_SRC emacs-lisp