mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
def-project-mode!: fix :files property
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user