Autoload projectile-add-known-projects

This should be PRed upstream at some point
This commit is contained in:
Henrik Lissner 2019-04-20 15:29:34 -04:00
parent fc2e0e3970
commit 4278eb683f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -18,7 +18,10 @@ Emacs.")
(def-package! projectile
:after-call (after-find-file dired-before-readin-hook minibuffer-setup-hook)
:commands (projectile-project-root projectile-project-name projectile-project-p)
:commands (projectile-project-root
projectile-project-name
projectile-project-p
projectile-add-known-project) ; TODO PR autoload upstream
:init
(setq projectile-cache-file (concat doom-cache-dir "projectile.cache")
projectile-enable-caching (not noninteractive)