mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix uses of projectile-locate-dominating-file
This function isn't autoloaded so we should include it in the list of commands like some other projectile functions. Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
@ -27,6 +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-add-known-project) ; TODO PR autoload upstream
|
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")
|
||||||
|
Reference in New Issue
Block a user