From 187c9857c4d7fbbdfd956e57869f892602838209 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 26 Oct 2019 00:34:43 -0400 Subject: [PATCH] Don't clone editorconfig's submodules They're only unit tests. --- modules/tools/editorconfig/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/editorconfig/packages.el b/modules/tools/editorconfig/packages.el index 716c3b55e..5fb9c477e 100644 --- a/modules/tools/editorconfig/packages.el +++ b/modules/tools/editorconfig/packages.el @@ -1,4 +1,4 @@ ;; -*- no-byte-compile: t; -*- ;;; tools/editorconfig/packages.el -(package! editorconfig) +(package! editorconfig :recipe (:nonrecursive t))