mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Optimize file-exists-p! & project-file-exists-p!
This commit is contained in:
@ -99,7 +99,7 @@ If NOCACHE, don't fetch a cached answer."
|
||||
"Checks if the project has the specified FILES.
|
||||
Paths are relative to the project root, unless they start with ./ or ../ (in
|
||||
which case they're relative to `default-directory'). If they start with a slash,
|
||||
they are absolute."
|
||||
they are absolute."
|
||||
`(file-exists-p! ,files (doom-project-root)))
|
||||
|
||||
(defun doom-project-find-file (dir)
|
||||
|
Reference in New Issue
Block a user