summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2022-03-29 03:19:46 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2022-03-29 03:19:46 (GMT)
commit3619991f89bfff1ccde9cea5bd6fc50f5e05e169 (patch)
tree441d497ce01c1b3bee299a335a66e59e66ac4a50 /lisp
parent3b46da0c7006c2215aeca641bbfa1d818c955892 (diff)
downloaddotemacs-3619991f89bfff1ccde9cea5bd6fc50f5e05e169.zip
dotemacs-3619991f89bfff1ccde9cea5bd6fc50f5e05e169.tar.gz
dotemacs-3619991f89bfff1ccde9cea5bd6fc50f5e05e169.tar.bz2
orgmode elpa moved and split into two packages
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ravi-init-org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ravi-init-org.el b/lisp/ravi-init-org.el
index f033441..8e6ed6d 100644
--- a/lisp/ravi-init-org.el
+++ b/lisp/ravi-init-org.el
@@ -53,7 +53,6 @@ When nil, use the default face background.")
#'ravi/create-image-with-background-color)
(use-package org
- :ensure org-plus-contrib
:mode ("\\.org\\'" . org-mode)
;; The following lines are always needed. Choose your own keys.
@@ -61,6 +60,7 @@ When nil, use the default face background.")
("H-o" . org-capture)
("H--" . org-agenda))
:config
+ (use-package org-contrib)
(use-package htmlize :ensure t)
(use-package ox-reveal
:config