diff --git a/recipes/0blayout.rcp b/recipes/0blayout.rcp new file mode 100644 index 00000000..55c29bcd --- /dev/null +++ b/recipes/0blayout.rcp @@ -0,0 +1,4 @@ +(:name 0blayout + :description "Small global-minor-mode to Emacs to handle several layouts" + :type github + :pkgname "etu/0blayout-mode") diff --git a/recipes/0xc.rcp b/recipes/0xc.rcp new file mode 100644 index 00000000..efdbee75 --- /dev/null +++ b/recipes/0xc.rcp @@ -0,0 +1,5 @@ +(:name 0xc + :description "Base conversion made easy" + :type github + :pkgname "AdamNiederer/0xc" + :depends (s)) diff --git a/recipes/@.rcp b/recipes/@.rcp new file mode 100644 index 00000000..c4fbdfdc --- /dev/null +++ b/recipes/@.rcp @@ -0,0 +1,4 @@ +(:name @ + :description "Multiple-inheritance, prototype-based objects domain-specific language" + :type github + :pkgname "skeeto/at-el") diff --git a/recipes/ass-mode.rcp b/recipes/ass-mode.rcp new file mode 100644 index 00000000..a2a9c7ad --- /dev/null +++ b/recipes/ass-mode.rcp @@ -0,0 +1,5 @@ +(:name ass-mode + :description "Major mode for editing ASS/SSA subtitle files" + :type github + :pkgname "disbeliever/ass-mode" + :depends (s)) diff --git a/recipes/olivetti.rcp b/recipes/olivetti.rcp new file mode 100644 index 00000000..5f05d233 --- /dev/null +++ b/recipes/olivetti.rcp @@ -0,0 +1,4 @@ +(:name olivetti + :description "Emacs minor mode for a nice writing environment" + :type github + :pkgname "rnkn/olivetti") diff --git a/recipes/oniisama.rcp b/recipes/oniisama.rcp index 42836b9b..c4126982 100644 --- a/recipes/oniisama.rcp +++ b/recipes/oniisama.rcp @@ -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") diff --git a/recipes/poet.rcp b/recipes/poet.rcp new file mode 100644 index 00000000..bea513a4 --- /dev/null +++ b/recipes/poet.rcp @@ -0,0 +1,4 @@ +(:name poet + :description "An emacs theme that's well suited for modes using variable pitch" + :type github + :pkgname "kunalb/poet") diff --git a/recipes/recur.rcp b/recipes/recur.rcp new file mode 100644 index 00000000..23537a29 --- /dev/null +++ b/recipes/recur.rcp @@ -0,0 +1,4 @@ +(:name recur + :description "Self-tail recursion optimization in emacs" + :type github + :pkgname "VincentToups/recur") diff --git a/recipes/selectric-mode.rcp b/recipes/selectric-mode.rcp new file mode 100644 index 00000000..ce9f3cfb --- /dev/null +++ b/recipes/selectric-mode.rcp @@ -0,0 +1,4 @@ +(:name selectric-mode + :description "Make your Emacs sound like a proper typewriter" + :type github + :pkgname "rbanffy/selectric-mode") diff --git a/recipes/tco.rcp b/recipes/tco.rcp new file mode 100644 index 00000000..f4ba4850 --- /dev/null +++ b/recipes/tco.rcp @@ -0,0 +1,5 @@ +(:name tco + :description "Tail call optimisation in Emacs Lisp" + :type github + :pkgname "Wilfred/tco.el" + :depends (dash))