From fadff01600d57f5b9ea9c0c47ed109e058114998 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sun, 16 Nov 2014 21:10:03 +0000 Subject: [PATCH] Remove unnecessary :files values from recipes See #2172 --- recipes/company-math | 3 +-- recipes/math-symbol-lists | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes/company-math b/recipes/company-math index 916952d453a..fe4af87ce40 100644 --- a/recipes/company-math +++ b/recipes/company-math @@ -1,4 +1,3 @@ (company-math :fetcher github - :repo "vspinu/company-math" - :files ("*.el")) + :repo "vspinu/company-math") diff --git a/recipes/math-symbol-lists b/recipes/math-symbol-lists index 7788e23f387..601cded0fc7 100644 --- a/recipes/math-symbol-lists +++ b/recipes/math-symbol-lists @@ -1,4 +1,3 @@ (math-symbol-lists :fetcher github - :repo "vspinu/math-symbol-lists" - :files ("*.el")) + :repo "vspinu/math-symbol-lists")