el-get/recipes/org-mode.el

13 lines
361 B
EmacsLisp

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