parent
1a6ee8e0df
commit
247b219ea1
1 changed files with 3 additions and 2 deletions
|
@ -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!
|
||||
(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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue