From c7a948c9da533fb33679e1e05e646827c4dda2e1 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 23 Oct 2023 07:15:04 +0200 Subject: [PATCH] Remove the ag package --- configuration.org | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configuration.org b/configuration.org index 0527589..d6e7d2f 100644 --- a/configuration.org +++ b/configuration.org @@ -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