mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
doom-project-find-file: unset projectile-project-root
Instead of setting it default-directory, which can cause symlink resolution issues.
This commit is contained in:
@ -62,7 +62,7 @@ they are absolute."
|
||||
"Fuzzy-find a file under DIR."
|
||||
(without-project-cache!
|
||||
(let* ((default-directory (file-truename dir))
|
||||
(projectile-project-root default-directory))
|
||||
projectile-project-root)
|
||||
(call-interactively
|
||||
;; completion modules may remap this command
|
||||
(or (command-remapping #'projectile-find-file)
|
||||
|
Reference in New Issue
Block a user