Add recipe for rust-mode and cm-mode (rust-mode dependency)

This commit is contained in:
Max Penet 2012-08-14 22:07:15 +02:00
parent 6a3ce2b738
commit a89da94367
2 changed files with 8 additions and 0 deletions

4
recipes/cm-mode Normal file
View file

@ -0,0 +1,4 @@
(cm-mode :repo "mozilla/rust"
:commit "incoming"
:fetcher github
:files ("src/etc/emacs/cm-mode.el"))

4
recipes/rust-mode Normal file
View file

@ -0,0 +1,4 @@
(rust-mode :repo "mozilla/rust"
:commit "incoming"
:fetcher github
:files ("src/etc/emacs/rust-mode.el"))