diff options
-rw-r--r-- | emacs.d/inits/20_helm.el | 3 |
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) |