mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
Remove projectile-add-known-project autoload
Merged upstream in bbatsov/projectile#1457
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user