aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/modules/ROOT/pages/usage.adoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc
index 750329e..50f5de1 100644
--- a/doc/modules/ROOT/pages/usage.adoc
+++ b/doc/modules/ROOT/pages/usage.adoc
@@ -404,3 +404,10 @@ it about Projectile's project discovery logic.
TIP: Projectile provides its own alternative to `xref-find-references` that's named
`projectile-find-references` (kbd:[s-p ?] or kbd:[s-p s-x]) and is using `xref` internally.
+
+You can disable the `project.el` integration like this:
+
+[source,elisp]
+----
+(remove-hook 'project-find-functions #'project-projectile)
+----