tools/editorconfig: remove :recipe #2216

Causes an elusive issue where editorconfig won't build at all, because
our editorconfig :recipe doesn't merge into straihgt's cached recipe for
the package. This isn't a fix, but a workaround until a better solution
can be found.
This commit is contained in:
Henrik Lissner
2019-12-21 04:21:43 -05:00
parent baae6b1711
commit 18edebe9c6

View File

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; tools/editorconfig/packages.el
(package! editorconfig :recipe (:nonrecursive t))
(package! editorconfig)