diff options
| author | Jeffrey 'jf' Lim <jf@users.noreply.github.com> | 2025-07-16 22:05:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-16 17:05:30 +0300 |
| commit | 9325c45e0fd96d5421e75ad901a91ee5353e10ad (patch) | |
| tree | 886e149b8933f67450b8d2951117fbec590d9e28 /doc/modules | |
| parent | 5c1b32d9548982d470c3fd48639fb0ec8d239c50 (diff) | |
[Docs] Fix config example for "Removal of missing projects" (#1955)
Fixes #1954
Diffstat (limited to 'doc/modules')
| -rw-r--r-- | doc/modules/ROOT/pages/usage.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc index d1d1ded..f342f19 100644 --- a/doc/modules/ROOT/pages/usage.adoc +++ b/doc/modules/ROOT/pages/usage.adoc @@ -87,7 +87,7 @@ around. (e.g. they were removed or renamed) You can either trigger the command [source,elisp] ---- -(setq projectile-cleanup-known-projects nil) +(customize-set-variable 'projectile-auto-cleanup-known-projects t) ---- TIP: If you're a heavy TRAMP user it's probably not a good idea to auto-discover |
