Move from already removed ag to helm-ag
This commit is contained in:
parent
f2524d8617
commit
85506f094b
5
init.el
5
init.el
@ -290,10 +290,9 @@
|
|||||||
("j" . origami-forward-fold)
|
("j" . origami-forward-fold)
|
||||||
("x" . origami-reset)))
|
("x" . origami-reset)))
|
||||||
|
|
||||||
(use-package ag
|
(use-package helm-ag
|
||||||
:bind
|
:bind
|
||||||
(("C-x M-a" . ag)
|
(("C-x M-a" . helm-ag)))
|
||||||
("C-x C-M-a" . ag-regexp)))
|
|
||||||
|
|
||||||
(use-package smartparens-config
|
(use-package smartparens-config
|
||||||
:ensure smartparens
|
:ensure smartparens
|
||||||
|
Loading…
Reference in New Issue
Block a user