updating stan-snippets recipe

Needed to change file paths since I refactored the repository structure
so that stan-snippets and stan-mode are in different directories.
This commit is contained in:
jrnold 2015-04-22 23:27:24 -07:00
parent 8c30849354
commit 47c50b0502

View file

@ -1,4 +1,5 @@
(stan-snippets
:fetcher github
:repo "stan-dev/stan-mode"
:files ("stan-snippets.el" "snippets"))
:files ("stan-snippets/stan-snippets.el"
("snippets/stan-mode" "stan-snippets/snippets/stan-mode/.yas-*")))