Merge pull request #1792 from AdrieanKhisbe/master

Diverses recipes
This commit is contained in:
Noam Postavsky 2014-06-19 11:19:35 -04:00
commit 99e73138c9
6 changed files with 25 additions and 0 deletions

4
recipes/cucumber.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name cucumber
:description "Emacs mode for editing Cucumber plain text stories"
:type github
:pkgname "michaelklishin/cucumber.el")

4
recipes/fancy-narrow.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name fancy-narrow
:description "Emacs package to immitate narrow-to-region with more eye-candy"
:type github
:pkgname "Bruce-Connor/fancy-narrow")

View File

@ -0,0 +1,5 @@
(:name helm-dictionary
:description "Helm source for looking up dictionaries"
:type github
:pkgname "emacs-helm/helm-dictionary"
:depends (helm))

4
recipes/mark-tools.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name mark-tools
:description "A simple library for navigating the global and local mark rings in Emacs"
:type github
:pkgname "stsquad/emacs-mark-tools")

4
recipes/pcre2el.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name pcre2el
:description "pcre2el: parse, convert, and font-lock PCRE, Emacs and rx regexps"
:type github
:pkgname "joddie/pcre2el")

4
recipes/ruby-tools.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name ruby-tools
:description "Collection of handy functions for Emacs ruby-mode"
:type github
:pkgname "rejeep/ruby-tools.el")