diff --git a/recipes/ac-octave.el b/recipes/ac-octave.el new file mode 100644 index 00000000..844e23c1 --- /dev/null +++ b/recipes/ac-octave.el @@ -0,0 +1,4 @@ +(:name ac-octave + :type emacswiki + :description "octave completions support for auto-complete" + :autoloads t) diff --git a/recipes/emacs-grads.el b/recipes/emacs-grads.el new file mode 100644 index 00000000..0982fc0a --- /dev/null +++ b/recipes/emacs-grads.el @@ -0,0 +1,5 @@ +(:name emacs-grads + :type git + :url "git://github.com/yyr/emacs-grads.git" + :website "http://www.iges.org/grads/grads.html" + :autoloads t) diff --git a/recipes/epresent.el b/recipes/epresent.el new file mode 100644 index 00000000..12f2ac97 --- /dev/null +++ b/recipes/epresent.el @@ -0,0 +1,8 @@ +(:name epresent + :type git + :url "git://github.com/eschulte/epresent.git" + :description "make presentation slides from a org-mode file within emacs" + :autoloads t) + + + diff --git a/recipes/profile-dotemacs.el b/recipes/profile-dotemacs.el new file mode 100644 index 00000000..351d659d --- /dev/null +++ b/recipes/profile-dotemacs.el @@ -0,0 +1,5 @@ +(:name profile-dotemacs + :type http + :url "http://www.randomsample.de/profile-dotemacs.el" + :description "profiles your .emacs" + :autoloads t)