We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5639ebf commit 5155f4aCopy full SHA for 5155f4a
lisp/lib/projects.el
@@ -34,7 +34,7 @@
34
The project's root is determined by `projectile', starting from BASE-DIRECTORY
35
(defaults to `default-directory'). FILES are paths relative to the project root,
36
unless they begin with a slash."
37
- `(file-exists-p! ,files (doom-project-root base-directory)))
+ `(file-exists-p! ,files (doom-project-root ,base-directory)))
38
39
40
;;
0 commit comments