From a48f75371b49f89d0a9cc0046e98b7976068f1e3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 24 May 2018 13:02:02 +0200 Subject: [PATCH] core-lib (doom-files-in): default relative-to to default-directory --- 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 54655819d..9c1205e96 100644 --- a/core/core-lib.el +++ b/core/core-lib.el @@ -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