update stan-mode to account for refactoring of repo

stan-mode now in its own folder of the stan-dev/stan-mode repo
in order to separate it from the other packages, such stan-snippets.
This commit is contained in:
jrnold 2015-04-22 23:12:17 -07:00
parent 8c30849354
commit 5be1f85e6c

View file

@ -1,4 +1,4 @@
(stan-mode
:fetcher github
:repo "stan-dev/stan-mode"
:files ("stan-mode.el" "stan-keywords-lists.el" "ac-dict"))
:files ("stan-mode/*.el"))