Change helm-ag config

I bind `helm-do-ag` to the binding, instead of plain `helm-ag`. It seems
more… working :)
This commit is contained in:
Gergely Polonkai 2016-10-20 19:09:27 +02:00
parent 79df4fb943
commit a37ee74126
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@
(use-package helm-ag (use-package helm-ag
:bind :bind
(("C-x M-a" . helm-ag))) (("C-x M-a" . helm-do-ag)))
(use-package smartparens (use-package smartparens
:ensure t :ensure t