mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -73,8 +73,9 @@ If NOCACHE, don't fetch a cached answer."
|
||||
;;;###autoload
|
||||
(defun doom-project-find-file (dir)
|
||||
"Fuzzy-find a file under DIR."
|
||||
(let ((projectile-project-root dir))
|
||||
(without-project-cache!
|
||||
(let ((default-directory dir)
|
||||
(projectile-project-root dir))
|
||||
(call-interactively
|
||||
;; completion modules may remap this command
|
||||
(or (command-remapping #'projectile-find-file)
|
||||
|
Reference in New Issue
Block a user