diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-04-02 10:15:53 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-04-02 10:15:53 +0300 |
| commit | 4dd84b02c9cd7b04616dc2d01ba7bc87f0d15be8 (patch) | |
| tree | f10d6cd87bcb2d6821a06468763aa16188c48a06 /projectile.el | |
| parent | 55db082cdf7b849335ccf24b7ba5aa2607d6fe93 (diff) | |
Set `projectile-auto-discover` to `nil` by default
That's a safer default, given the changes to its behavior in 2.9.
Diffstat (limited to 'projectile.el')
| -rw-r--r-- | projectile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projectile.el b/projectile.el index 78c915c..40f3ddb 100644 --- a/projectile.el +++ b/projectile.el @@ -191,7 +191,7 @@ A value of nil means the cache never expires." :type '(choice (const :tag "Disabled" nil) (integer :tag "Seconds"))) -(defcustom projectile-auto-discover t +(defcustom projectile-auto-discover nil "Whether to discover projects when project switching commands are invoked. See also `projectile-project-search-path'." |
