Merge pull request #938 from ptrv/elpy-with-snippets

elpy: include snippets folder
This commit is contained in:
Steve Purcell 2013-08-10 06:55:40 -07:00
commit dff767c01e

View file

@ -1 +1,7 @@
(elpy :fetcher github :repo "jorgenschaefer/elpy")
(elpy
:fetcher github
:repo "jorgenschaefer/elpy"
:files ("elpy.el"
"elpy-refactor.el"
"elpy-pkg.el.in"
"snippets"))