Move from already removed ag to helm-ag

This commit is contained in:
Gergely Polonkai 2016-10-14 15:31:09 +02:00
parent f2524d8617
commit 85506f094b
1 changed files with 2 additions and 3 deletions

View File

@ -290,10 +290,9 @@
("j" . origami-forward-fold)
("x" . origami-reset)))
(use-package ag
(use-package helm-ag
:bind
(("C-x M-a" . ag)
("C-x C-M-a" . ag-regexp)))
(("C-x M-a" . helm-ag)))
(use-package smartparens-config
:ensure smartparens