Skip to content

Commit 5155f4a

Browse files
authored
fix(lib): unquote base-directory in project-file-exists-p!
Fix: #7356 Amend: b1cc719
1 parent 5639ebf commit 5155f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/lib/projects.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
The project's root is determined by `projectile', starting from BASE-DIRECTORY
3535
(defaults to `default-directory'). FILES are paths relative to the project root,
3636
unless they begin with a slash."
37-
`(file-exists-p! ,files (doom-project-root base-directory)))
37+
`(file-exists-p! ,files (doom-project-root ,base-directory)))
3838

3939

4040
;;

0 commit comments

Comments
 (0)