Update doom/reload-project for changes upstream

In projectile.
This commit is contained in:
Henrik Lissner 2018-09-25 23:36:54 -04:00
parent 2a84836c11
commit aa930256b8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -29,7 +29,7 @@ they are absolute."
"Reload the project root cache."
(interactive)
(projectile-invalidate-cache nil)
(projectile-reset-cached-project-root)
(setq-default projectile-project-root nil)
(dolist (fn projectile-project-root-files-functions)
(remhash (format "%s-%s" fn default-directory) projectile-project-root-cache)))