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:
parent
79df4fb943
commit
a37ee74126
2
init.el
2
init.el
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user