mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -1,4 +1,4 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/editorconfig/packages.el
|
||||
|
||||
(package! editorconfig :recipe (:nonrecursive t))
|
||||
(package! editorconfig)
|
||||
|
Reference in New Issue
Block a user