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

Impl interop to Projectile #608

Merged
merged 1 commit into from
Jan 21, 2020
Merged

Impl interop to Projectile #608

merged 1 commit into from
Jan 21, 2020

Conversation

zonuexe
Copy link
Member

@zonuexe zonuexe commented Jan 21, 2020

refs emacs-php/phpactor.el#144

Add php-project-use-projectile-to-detect-root custom variable.

How to use

If you prefer Projectile, use the Projectile root detection method in preference to php-project's own function.

(projectile-mode)

(with-eval-after-load 'php-project
  (custom-set-variables
   '(php-project-use-projectile-to-detect-root t)))

@zonuexe zonuexe changed the title Impl inteop to Projectile Impl interop to Projectile Jan 21, 2020
@zonuexe zonuexe force-pushed the interop-projectile branch from d2fa3b5 to 6be472a Compare January 21, 2020 15:30
Add `php-project-use-projectile-to-detect-root` custom variable.
@zonuexe zonuexe force-pushed the interop-projectile branch from 6be472a to 115aa5f Compare January 21, 2020 15:45
@zonuexe zonuexe merged commit 17fe1f8 into master Jan 21, 2020
@zonuexe zonuexe deleted the interop-projectile branch January 21, 2020 16:02
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

Successfully merging this pull request may close these issues.

1 participant