-
-
Notifications
You must be signed in to change notification settings - Fork 588
Closed
Description
I'm looking at https://docs.projectile.mx/projectile/usage.html#removal-of-missing-projects and seeing this:
<quote>
Removal of missing projects
From time to time you’ll have projects in your list of known projects that are no longer around. (e.g. they were removed or renamed) You can either trigger the command projectile-cleanup-known-projects manually or set the variable projectile-auto-cleanup-known-projects to t to remove such projects automatically.
(setq projectile-cleanup-known-projects nil)
</quote>
Shouldn't the ELisp be (setq projectile-auto-cleanup-known-projects t) instead?
Metadata
Metadata
Assignees
Labels
No labels