Remove projectile-add-known-project autoload
Merged upstream in bbatsov/projectile#1457
This commit is contained in:
parent
0e114b6766
commit
7cbd6c756c
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue