Merge pull request #1889 from rgrinberg/update-projectile-function-autoload

Autoload projectile-locate-dominating-file
This commit is contained in:
Henrik Lissner 2019-10-12 23:50:58 -04:00 committed by GitHub
commit 98c80ce412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ Emacs.")
:commands (projectile-project-root
projectile-project-name
projectile-project-p
projectile-locate-dominating-file
projectile-add-known-project) ; TODO PR autoload upstream
:init
(setq projectile-cache-file (concat doom-cache-dir "projectile.cache")