forked from colonelpanic/dotfiles
[Emacs] Separate org-plus-contrib requirement
This commit is contained in:
parent
af34de431a
commit
03aab59ddf
@ -2779,10 +2779,14 @@ Intero seems to be causing hangs, so it has been disabled
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Document
|
** Document
|
||||||
*** org
|
*** org
|
||||||
|
**** Require the latest version of org-mode
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package org
|
||||||
|
:ensure org-plus-contrib)
|
||||||
|
#+END_SRC
|
||||||
**** config
|
**** config
|
||||||
#+BEGIN_SRC emacs-lisp :tangle org-config.el
|
#+BEGIN_SRC emacs-lisp :tangle org-config.el
|
||||||
(use-package org
|
(use-package org
|
||||||
:ensure org-plus-contrib
|
|
||||||
:bind (:map org-mode-map
|
:bind (:map org-mode-map
|
||||||
(("C-e" . end-of-visual-line)))
|
(("C-e" . end-of-visual-line)))
|
||||||
:preface
|
:preface
|
||||||
|
Loading…
Reference in New Issue
Block a user