diff --git a/recipes/ferret-mode.rcp b/recipes/ferret-mode.rcp new file mode 100644 index 00000000..65eb8b70 --- /dev/null +++ b/recipes/ferret-mode.rcp @@ -0,0 +1,5 @@ +(:name ferret-mode + :description "Ferret mode for GNU Emacs" + :website "https://github.com/yyr/ferret-mode" + :type github + :pkgname "yyr/ferret-mode") diff --git a/recipes/ox-pandoc.rcp b/recipes/ox-pandoc.rcp new file mode 100644 index 00000000..b779337a --- /dev/null +++ b/recipes/ox-pandoc.rcp @@ -0,0 +1,6 @@ +(:name ox-pandoc + :description "Another org-mode exporter via pandoc." + :website "https://github.com/kawabata/ox-pandoc/" + :type github + :minimum-emacs-version "24.3" + :pkgname "kawabata/ox-pandoc") diff --git a/recipes/wolfram-mode.rcp b/recipes/wolfram-mode.rcp new file mode 100644 index 00000000..a92699fc --- /dev/null +++ b/recipes/wolfram-mode.rcp @@ -0,0 +1,5 @@ +(:name wolfram-mode + :description "Mathematica editing and inferior mode." + :website "https://github.com/kawabata/wolfram-mode/" + :type github + :pkgname "kawabata/wolfram-mode")