We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ag starts in a directory that isnt a project root, when projectile-require-project-root is nil
ag doesnt start in a non project root when projectile-require-project-root is nil
the corresponding counsel version works as expected.
(setq projectile-require-project-root nil) c-p-s-s, in a directory which is just a plain dir with no .git or anything project-like.
M-x toggle-debug-on-error
helm-projectile
helm
helm-pkg.el
projectile
M-x projectile-version
M-x emacs-version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
ag starts in a directory that isnt a project root, when projectile-require-project-root is nil
Actual behavior
ag doesnt start in a non project root when projectile-require-project-root is nil
the corresponding counsel version works as expected.
Steps to reproduce the problem
(setq projectile-require-project-root nil)
c-p-s-s, in a directory which is just a plain dir with no .git or anything project-like.
Backtraces if necessary (
M-x toggle-debug-on-error
)Environment & version information
helm-projectile
version:helm
version (inhelm-pkg.el
):projectile
version (M-x projectile-version
):M-x emacs-version
):The text was updated successfully, but these errors were encountered: