Add some new recipies

This commit is contained in:
Iqbal Ansari 2014-08-09 16:49:05 +05:30
parent fa015f8ba1
commit a470d44ee9
4 changed files with 17 additions and 0 deletions

4
recipes/fold-this.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name fold-this
:description "Fold the active region in Emacs"
:type github
:pkgname "magnars/fold-this.el")

View File

@ -0,0 +1,5 @@
(:name magit-gitflow
:description "GitFlow plugin for magit.el"
:type github
:depends (magit)
:pkgname "jtatarik/magit-gitflow")

4
recipes/prepaint.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name prepaint
:description "Highlight C-style preprocessor directives in Emacs"
:type github
:pkgname "Lindydancer/prepaint")

4
recipes/sbt-mode.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name sbt-mode
:description "An emacs mode for interacting with scala sbt and projects"
:type github
:pkgname "hvesalai/sbt-mode")