diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2022-10-27 12:22:36 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2022-10-27 12:22:36 +0300 |
| commit | 054dce48ef28bf975089e7dca7e1f2be8b578249 (patch) | |
| tree | d8bf4af692432a88d06e4ebc403940965a79c5c9 /doc/modules | |
| parent | e2ccf0ea2be3e8db21e852f12924d1ed0b37c975 (diff) | |
[Docs] Add a note about the project.el integration in the FAQ
Diffstat (limited to 'doc/modules')
| -rw-r--r-- | doc/modules/ROOT/pages/faq.adoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/modules/ROOT/pages/faq.adoc b/doc/modules/ROOT/pages/faq.adoc index 60471d4..55d098e 100644 --- a/doc/modules/ROOT/pages/faq.adoc +++ b/doc/modules/ROOT/pages/faq.adoc @@ -27,6 +27,13 @@ yourselves. One under-appreciated advantage of Projectile is that it has way more documentation. Okay, that's only an advantage if you're one of those rare people who enjoy reading it. +== Does Projectile provide any integration with `project.el`? + +Starting with Projectile 2.7, Projectile will plug automatically its +project discovery functions in `project.el`. You can find more +information on the subject in the xref:usage.adoc["Usage"] section of +the documentation. + == Does Projectile work with TRAMP? Yeah, it does. I don't use TRAMP myself, however, so I never paid that |
