From 823aa91aa29bda2dcff08ec42448aae28ea8f6b5 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 15 Aug 2019 21:02:43 -0400 Subject: [PATCH] lang/org: update org-modules Modules have had their org- prefic renamed to ol-. --- modules/lang/org/config.el | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index fd13fbff8..c917a2135 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -800,15 +800,16 @@ compelling reason, so..." (defvar org-preview-latex-image-directory (concat doom-cache-dir "org-latex/")) (defvar org-modules - '(;; org-w3m - ;; org-bbdb - org-bibtex - ;; org-docview - ;; org-gnus - ;; org-info - ;; org-irc - ;; org-mhe - ;; org-rmail + '(;; ol-w3m + ;; ol-bbdb + ol-bibtex + ;; ol-docview + ;; ol-gnus + ;; ol-info + ;; ol-irc + ;; ol-mhe + ;; ol-rmail + ;; ol-eww )) (add-hook! 'org-mode-hook