From 47c50b0502847385d0f4655c54f1e7e4f8c62cab Mon Sep 17 00:00:00 2001 From: jrnold Date: Wed, 22 Apr 2015 23:27:24 -0700 Subject: [PATCH] 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. --- recipes/stan-snippets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/stan-snippets b/recipes/stan-snippets index 977d290f..a30c3057 100644 --- a/recipes/stan-snippets +++ b/recipes/stan-snippets @@ -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-*")))