Remove org-install it is deprecated

It was causing a warning every time emacs started.
This commit is contained in:
Ron Parker 2012-10-22 13:10:29 -05:00
parent 642ad14315
commit 9b97022d0f

View File

@ -13,5 +13,4 @@
(list "make" target (concat "EMACS=" (shell-quote-argument el-get-emacs))))
'("oldorg"))
:load-path ("." "lisp" "contrib/lisp")
:autoloads nil
:features org-install)
:autoloads nil)