From 7b881c771a2d985fe983c1a7c737b71cf909fcf0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 30 Jul 2018 03:49:37 +0200 Subject: [PATCH] doom-files-in: fix default :match to ignore dotfiles --- core/core-lib.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-lib.el b/core/core-lib.el index d87a170f7..4406c3627 100644 --- a/core/core-lib.el +++ b/core/core-lib.el @@ -133,7 +133,7 @@ This is used by `associate!', `file-exists-p!' and `project-file-exists-p!'." (relative-to (unless full default-directory)) (depth 99999) (mindepth 0) - (match "^[^.]")) + (match "/[^.]")) "Returns a list of files/directories in PATH-OR-PATHS (one string path or a list of them).