Skip to content

Commit 9325c45

Browse files
authored
[Docs] Fix config example for "Removal of missing projects" (#1955)
Fixes #1954
1 parent 5c1b32d commit 9325c45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## master (unreleased)
44

55
### Changes
6+
* [#1954](https://github.com/bbatsov/projectile/issues/1954): update ELisp for usage.html / "Removal of missing projects"
67
* [#1947](https://github.com/bbatsov/projectile/issues/1947): `projectile-project-name` should be marked as safe
78
* Set `projectile-auto-discover` to `nil` by default.
89
* [#1943](https://github.com/bbatsov/projectile/pull/1943): Consider `projectile-indexing-method` to be safe as a dir-local variable if it is one of the preset values.

doc/modules/ROOT/pages/usage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ around. (e.g. they were removed or renamed) You can either trigger the command
8787

8888
[source,elisp]
8989
----
90-
(setq projectile-cleanup-known-projects nil)
90+
(customize-set-variable 'projectile-auto-cleanup-known-projects t)
9191
----
9292

9393
TIP: If you're a heavy TRAMP user it's probably not a good idea to auto-discover

0 commit comments

Comments
 (0)