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:
parent
90b59d00df
commit
78f808d31e
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +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
|
||||
:init
|
||||
(setq projectile-cache-file (concat doom-cache-dir "projectile.cache")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue