[Emacs] Separate org-plus-contrib requirement

This commit is contained in:
Ivan Malison 2016-12-28 04:26:43 -08:00
parent af34de431a
commit 03aab59ddf
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2779,10 +2779,14 @@ Intero seems to be causing hangs, so it has been disabled
#+END_SRC
** Document
*** org
**** Require the latest version of org-mode
#+BEGIN_SRC emacs-lisp
(use-package org
:ensure org-plus-contrib)
#+END_SRC
**** config
#+BEGIN_SRC emacs-lisp :tangle org-config.el
(use-package org
:ensure org-plus-contrib
:bind (:map org-mode-map
(("C-e" . end-of-visual-line)))
:preface