mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(lib): unquote base-directory in project-file-exists-p!
Fix: #7356
Amend: b1cc719063
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
The project's root is determined by `projectile', starting from BASE-DIRECTORY
|
||||
(defaults to `default-directory'). FILES are paths relative to the project root,
|
||||
unless they begin with a slash."
|
||||
`(file-exists-p! ,files (doom-project-root base-directory)))
|
||||
`(file-exists-p! ,files (doom-project-root ,base-directory)))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user