From abfc2a851447380fa203aabae886b384f3e0b24d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 29 Jan 2016 09:08:43 -0800 Subject: [emacs] add `helm-ag` Neat module! --- emacs.d/inits/20_helm.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit 1.4.1