el-get/recipes/org-mode.el
Julien Danjou fde59b84e9 org-mode does not need autoloads
Signed-off-by: Julien Danjou <julien@danjou.info>
2011-02-23 19:23:15 +01:00

13 lines
354 B
EmacsLisp

(:name org-mode
:type git
:url "http://repo.or.cz/r/org-mode.git"
:info "doc"
:build `,(mapcar
(lambda (target)
(concat "make " target " EMACS=" el-get-emacs))
'("clean" "all"))
:load-path ("lisp" "contrib/lisp")
:autoloads nil
:features org-install)