fix(lib): unquote base-directory in project-file-exists-p!

Fix: #7356
Amend: b1cc719063
This commit is contained in:
Jacob 2023-08-19 15:57:32 -05:00 committed by GitHub
parent 5639ebf942
commit 5155f4aa78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)))
;;