core-lib (doom-files-in): default relative-to to default-directory
This commit is contained in:
parent
5d42b1512b
commit
a48f75371b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue