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