recipes: org-mode should add "." to load-path or some autoloads in org-install fail.

This commit is contained in:
Rüdiger Sonderfeld 2011-06-14 00:00:22 +02:00
parent 2637be1b15
commit 65b510c5a7

View File

@ -6,7 +6,7 @@
(lambda (target)
(concat "make " target " EMACS=" el-get-emacs))
'("clean" "all"))
:load-path ("lisp" "contrib/lisp")
:load-path ("." "lisp" "contrib/lisp")
:autoloads nil
:features org-install)