From 10479cea4c13b06c3fe103a46c58412960d9f607 Mon Sep 17 00:00:00 2001 From: Donald Curtis Date: Sat, 24 Mar 2012 17:21:25 -0500 Subject: [PATCH] fixed error with yasnippet assuming all files would be used. --- pkglist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkglist b/pkglist index 81ee6030..088f07eb 100644 --- a/pkglist +++ b/pkglist @@ -265,7 +265,8 @@ :fetcher git) (yasnippet :url "https://github.com/capitaomorte/yasnippet" - :fetcher git) + :fetcher git + :files ("*.el" "snippets")) (zlc :url "https://github.com/mooz/emacs-zlc.git" :fetcher git)