Open ccqpein opened 4 years ago
Call helm-ag in this project
Cannot find helm-ag in helm project, and depended on this. Looks like helm delete helm-ag.
helm-ag
I redefine projectile-ag function in my init file and looks fine.
projectile-ag
(defun projectile-ag (arg) (interactive "P") (helm-grep-ag (projectile-project-root) arg)))
Expected behavior
Call helm-ag in this project
Actual behavior
Cannot find helm-ag in helm project, and depended on this. Looks like helm delete
helm-ag
.I redefine
projectile-ag
function in my init file and looks fine.