[Emacs] Separate org-plus-contrib requirement

This commit is contained in:
2016-12-28 04:26:43 -08:00
parent af34de431a
commit 03aab59ddf

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