emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/projectile 95134e1ba2: Add a note about how to disable the


From: ELPA Syncer
Subject: [nongnu] elpa/projectile 95134e1ba2: Add a note about how to disable the project.el integration
Date: Sun, 30 Oct 2022 03:59:04 -0400 (EDT)

branch: elpa/projectile
commit 95134e1ba2f9f1b7a21ccc2c565ffc39cbfcd2f6
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Add a note about how to disable the project.el integration
---
 doc/modules/ROOT/pages/usage.adoc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/modules/ROOT/pages/usage.adoc 
b/doc/modules/ROOT/pages/usage.adoc
index 750329e76e..50f5de148c 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)
+----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]