From 2d85457f5d05d4dce3539787653c21ee74e2d82a Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 30 Jun 2025 20:25:58 +0900 Subject: [PATCH] Fix circular list --- elisp/eshell-starship.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/eshell-starship.el b/elisp/eshell-starship.el index 5539c53..729e6c3 100644 --- a/elisp/eshell-starship.el +++ b/elisp/eshell-starship.el @@ -851,7 +851,7 @@ That is, if EXT is \"pkg.tar.gz\", this will return (is-dir (eq t (file-attribute-type (cdr entry))))) (if is-dir (copy-sequence (eshell-starship--module-by :dirs name)) - (apply 'nconc + (apply 'append (eshell-starship--module-by :files name) (mapcar (lambda (ext) (copy-sequence (eshell-starship--module-by