fix: malformed projectile-known-projects-file

Without the trailing slash, the known projects file ended up being
{doom-cache-dir}/projectileprojects.eld when it should be
{doom-cache-dir}/projectile/projects.eld.

Amend: ad7d9fa657
This commit is contained in:
Henrik Lissner
2025-03-26 07:18:02 -04:00
parent 1e1fd5c8e4
commit 8a2c7fe3d4

View File

@ -14,8 +14,10 @@ Is nil if no executable is found in your PATH during startup.")
Is nil if no executable is found in your PATH during startup.") Is nil if no executable is found in your PATH during startup.")
(defvar doom-projectile-cache-dir (file-name-concat doom-profile-cache-dir "projectile") (defvar doom-projectile-cache-dir (file-name-concat doom-profile-cache-dir "projectile/")
"The directory where per-project projectile file index caches are stored.") "The directory where per-project projectile file index caches are stored.
Must end with a slash.")
;; ;;