From d7e82668617a9b599f8994c720f3f123ba1e008a Mon Sep 17 00:00:00 2001 From: Tung Dao Date: Thu, 7 Feb 2013 11:30:57 +0700 Subject: [PATCH] Update eproject recipe to include contrib --- recipes/eproject | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/eproject b/recipes/eproject index 11e65468..0cb32997 100644 --- a/recipes/eproject +++ b/recipes/eproject @@ -1,3 +1,4 @@ (eproject :repo "jrockway/eproject" - :fetcher github) + :fetcher github + :files ("eproject.el" "eproject-extras.el" "lang/*.el" "contrib/*.el"))