Remove unnecessary :files values from recipes

See #2172
This commit is contained in:
Steve Purcell 2014-11-16 21:10:03 +00:00
parent ef8eceb58f
commit fadff01600
2 changed files with 2 additions and 4 deletions

View file

@ -1,4 +1,3 @@
(company-math
:fetcher github
:repo "vspinu/company-math"
:files ("*.el"))
:repo "vspinu/company-math")

View file

@ -1,4 +1,3 @@
(math-symbol-lists
:fetcher github
:repo "vspinu/math-symbol-lists"
:files ("*.el"))
:repo "vspinu/math-symbol-lists")