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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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