Remove projectile-add-known-project autoload

Merged upstream in bbatsov/projectile#1457
This commit is contained in:
Henrik Lissner
2019-10-20 00:39:03 -04:00
parent 0e114b6766
commit 7cbd6c756c

View File

@@ -27,8 +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
projectile-locate-dominating-file)
:init
(setq projectile-cache-file (concat doom-cache-dir "projectile.cache")
projectile-enable-caching doom-interactive-mode