Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm-projectile-ag cannot find helm-ag #135

Open
ccqpein opened this issue Jan 30, 2020 · 0 comments
Open

helm-projectile-ag cannot find helm-ag #135

ccqpein opened this issue Jan 30, 2020 · 0 comments

Comments

@ccqpein
Copy link

ccqpein commented Jan 30, 2020

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.

(defun projectile-ag (arg)
    (interactive "P")
    (helm-grep-ag (projectile-project-root) arg)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant