From 65b510c5a7ef03283adca1aeb3578775e0ec006a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Sonderfeld?= Date: Tue, 14 Jun 2011 00:00:22 +0200 Subject: [PATCH] recipes: org-mode should add "." to load-path or some autoloads in org-install fail. --- recipes/org-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-mode.el b/recipes/org-mode.el index 910ce19a..1347a040 100644 --- a/recipes/org-mode.el +++ b/recipes/org-mode.el @@ -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)