mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
core-lib (doom-files-in): default relative-to to default-directory
This commit is contained in:
@ -77,7 +77,7 @@
|
|||||||
full
|
full
|
||||||
(follow-symlinks t)
|
(follow-symlinks t)
|
||||||
(type 'files)
|
(type 'files)
|
||||||
(relative-to (unless full (if (nlistp path-or-paths) path-or-paths)))
|
(relative-to (unless full default-directory))
|
||||||
(depth 99999)
|
(depth 99999)
|
||||||
(match "^[^.]"))
|
(match "^[^.]"))
|
||||||
"Returns a list of files/directories in PATH-OR-PATHS (one string path or a
|
"Returns a list of files/directories in PATH-OR-PATHS (one string path or a
|
||||||
|
Reference in New Issue
Block a user