doom-files-in: fix default :match to ignore dotfiles
This commit is contained in:
parent
16e9957c1a
commit
7b881c771a
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ This is used by `associate!', `file-exists-p!' and `project-file-exists-p!'."
|
||||||
(relative-to (unless full default-directory))
|
(relative-to (unless full default-directory))
|
||||||
(depth 99999)
|
(depth 99999)
|
||||||
(mindepth 0)
|
(mindepth 0)
|
||||||
(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
|
||||||
list of them).
|
list of them).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue