def-project-mode!: fix :files property
This commit is contained in:
parent
5d597101e7
commit
60aa0ba397
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
,paths ,(if (or (string-prefix-p "./" paths)
|
||||
(string-prefix-p "../" paths))
|
||||
'default-directory
|
||||
root))))
|
||||
(or root `(doom-project-root))))))
|
||||
((listp paths)
|
||||
(let (forms)
|
||||
(dolist (i paths (nreverse forms))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue