From a37ee74126745ece0be94f6a426f3c453a034f79 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 20 Oct 2016 19:09:27 +0200 Subject: [PATCH] Change helm-ag config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I bind `helm-do-ag` to the binding, instead of plain `helm-ag`. It seems moreā€¦ working :) --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 95fbfb7..21473dd 100644 --- a/init.el +++ b/init.el @@ -305,7 +305,7 @@ (use-package helm-ag :bind - (("C-x M-a" . helm-ag))) + (("C-x M-a" . helm-do-ag))) (use-package smartparens :ensure t