Skip to content

Commit

Permalink
Merge pull request #942 from To1ne/fix-org-mode
Browse files Browse the repository at this point in the history
remove :features and :autoloads from org-mode recipe
  • Loading branch information
jd committed Oct 30, 2012
2 parents b9a9941 + a91efca commit d9bf3a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipes/org-mode.rcp
Expand Up @@ -12,6 +12,4 @@
(lambda (target)
(list "make" target (concat "EMACS=" (shell-quote-argument el-get-emacs))))
'("oldorg"))
:load-path ("." "lisp" "contrib/lisp")
:autoloads nil
:features org-install)
:load-path ("." "lisp" "contrib/lisp"))

0 comments on commit d9bf3a7

Please sign in to comment.