diff --git a/core/autoload/projects.el b/core/autoload/projects.el index 216f7afb9..4d80622f5 100644 --- a/core/autoload/projects.el +++ b/core/autoload/projects.el @@ -73,7 +73,7 @@ If NOCACHE, don't fetch a cached answer." ;;;###autoload (defun doom-project-find-file (dir) "Fuzzy-find a file under DIR." - (let ((default-directory dir)) + (let ((projectile-project-root dir)) (without-project-cache! (call-interactively ;; completion modules may remap this command