Skip to content

wrong elisp in usage.html / "Removal of missing projects"? #1954

@jf

Description

@jf

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions