fixed error with yasnippet assuming all files would be used.

This commit is contained in:
Donald Curtis 2012-03-24 17:21:25 -05:00
parent cd1f5140b5
commit 10479cea4c

View file

@ -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)