mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
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)))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user