fix(lib): unquote base-directory in project-file-exists-p!
Fix: #7356
Amend: b1cc719063
This commit is contained in:
parent
5639ebf942
commit
5155f4aa78
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
The project's root is determined by `projectile', starting from BASE-DIRECTORY
|
The project's root is determined by `projectile', starting from BASE-DIRECTORY
|
||||||
(defaults to `default-directory'). FILES are paths relative to the project root,
|
(defaults to `default-directory'). FILES are paths relative to the project root,
|
||||||
unless they begin with a slash."
|
unless they begin with a slash."
|
||||||
`(file-exists-p! ,files (doom-project-root base-directory)))
|
`(file-exists-p! ,files (doom-project-root ,base-directory)))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue