el-get/recipes/org-mode.el
2011-02-18 04:40:34 +08:00

12 lines
338 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" "doc"))
:load-path ("lisp" "contrib/lisp")
:features org-install)