Merge pull request #349 from yyr/test

new recipies: profile-dotemacs.el, epresent.el, ac-octave.el, emacs-grads.el
This commit is contained in:
Dimitri Fontaine 2011-08-15 14:21:44 -07:00
commit d983abc1c0
4 changed files with 22 additions and 0 deletions

4
recipes/ac-octave.el Normal file
View File

@ -0,0 +1,4 @@
(:name ac-octave
:type emacswiki
:description "octave completions support for auto-complete"
:autoloads t)

5
recipes/emacs-grads.el Normal file
View File

@ -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)

8
recipes/epresent.el Normal file
View File

@ -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)

View File

@ -0,0 +1,5 @@
(:name profile-dotemacs
:type http
:url "http://www.randomsample.de/profile-dotemacs.el"
:description "profiles your .emacs"
:autoloads t)