summary refs log tree commit diff
path: root/emacs.d/inits
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/inits/20_helm.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/inits/20_helm.el b/emacs.d/inits/20_helm.el
index f72c4bc..9186105 100644
--- a/emacs.d/inits/20_helm.el
+++ b/emacs.d/inits/20_helm.el
@@ -4,3 +4,6 @@
          ("M-x" . helm-M-x))
   :config
   (helm-mode))
+
+(use-package helm-ag
+  :ensure t)