Merge pull request #427 from diasjorge/recipes

Recipes
This commit is contained in:
Dimitri Fontaine 2011-10-08 10:37:44 -07:00
commit c67a5d12d2
4 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,5 @@
(:name find-file-in-project
:type git
:url "git://github.com/technomancy/find-file-in-project.git"
:load "find-file-in-project.el"
:compile ("find-file-in-project.el"))

7
recipes/jekyll-el.rcp Normal file
View File

@ -0,0 +1,7 @@
(:name jekyll-el
:description "Jekyll Integration for emacs"
:type git
:url "git://github.com/diasjorge/jekyll.el.git"
:load-path (".")
:compile ("\\.el$")
:features jekyll)

4
recipes/lorem-ipsum.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name lorem-ipsum
:description "Lorem Ipsum Generator"
:type emacswiki
:features lorem-ipsum)

View File

@ -0,0 +1,5 @@
(:name ruby-test-mode
:type git
:url "git://github.com/r0man/ruby-test-mode.git"
:load "ruby-test-mode.el"
:compile ("ruby-test-mode.el"))