mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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.")
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user