Merge pull request #2676 from AndersonTorres/requests

New recipes
This commit is contained in:
Yagnesh Raghava Yakkala 2019-01-25 13:35:24 +05:30 committed by GitHub
commit 1c0519783e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 41 additions and 3 deletions

4
recipes/0blayout.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name 0blayout
:description "Small global-minor-mode to Emacs to handle several layouts"
:type github
:pkgname "etu/0blayout-mode")

5
recipes/0xc.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name 0xc
:description "Base conversion made easy"
:type github
:pkgname "AdamNiederer/0xc"
:depends (s))

4
recipes/@.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name @
:description "Multiple-inheritance, prototype-based objects domain-specific language"
:type github
:pkgname "skeeto/at-el")

5
recipes/ass-mode.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name ass-mode
:description "Major mode for editing ASS/SSA subtitle files"
:type github
:pkgname "disbeliever/ass-mode"
:depends (s))

4
recipes/olivetti.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name olivetti
:description "Emacs minor mode for a nice writing environment"
:type github
:pkgname "rnkn/olivetti")

View File

@ -1,5 +1,4 @@
(:name oniisama
:description "summon the beauteous sister on your Emacs."
:website "https://github.com/yu-i9/oniisama"
:description "Summon the beauteous sister on your Emacs"
:type github
:pkgname "yu-i9/oniisama")
:pkgname "nna774/oniisama")

4
recipes/poet.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name poet
:description "An emacs theme that's well suited for modes using variable pitch"
:type github
:pkgname "kunalb/poet")

4
recipes/recur.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name recur
:description "Self-tail recursion optimization in emacs"
:type github
:pkgname "VincentToups/recur")

View File

@ -0,0 +1,4 @@
(:name selectric-mode
:description "Make your Emacs sound like a proper typewriter"
:type github
:pkgname "rbanffy/selectric-mode")

5
recipes/tco.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name tco
:description "Tail call optimisation in Emacs Lisp"
:type github
:pkgname "Wilfred/tco.el"
:depends (dash))