From 4aee601eb64abd8bf9f8945ed579267e3861867f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 15 Mar 2017 16:00:19 +0100 Subject: Emacs: Ensure wgrep-ag is installed --- tag-emacs/emacs.d/init.org | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index b658107a..e5950f7b 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -432,6 +432,9 @@ configuration with crux.el (use-package ag :defer 30 :config (setq ag-project-root-function #'projectile-project-root)) + +(use-package wgrep-ag + :after ag) #+END_SRC ** Ripgrep -- cgit 1.4.1