summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-03-15 16:00:19 +0100
committerAlan Pearce2017-03-15 16:00:19 +0100
commit4aee601eb64abd8bf9f8945ed579267e3861867f (patch)
tree775ce22c6ccdb524aa9fd2ea1917044de5b173cd /tag-emacs
parent485783b9ef84739ab93780bd7ed115c9b75f7136 (diff)
downloadnixfiles-4aee601eb64abd8bf9f8945ed579267e3861867f.tar.lz
nixfiles-4aee601eb64abd8bf9f8945ed579267e3861867f.tar.zst
nixfiles-4aee601eb64abd8bf9f8945ed579267e3861867f.zip
Emacs: Ensure wgrep-ag is installed
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 3 insertions, 0 deletions
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