Skip to content

Conversation

@zonuexe
Copy link
Member

@zonuexezonuexe 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)))

@zonuexezonuexe changed the title Impl inteop to ProjectileImpl interop to ProjectileJan 21, 2020
Add `php-project-use-projectile-to-detect-root` custom variable.
@zonuexezonuexe merged commit 17fe1f8 into masterJan 21, 2020
@zonuexezonuexe deleted the interop-projectile branch January 21, 2020 16:02
Sign up for freeto 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.

2 participants

@zonuexe