lang/org: update org-modules

Modules have had their org- prefic renamed to ol-.
This commit is contained in:
Henrik Lissner 2019-08-15 21:02:43 -04:00
parent e32fd0c7e1
commit 823aa91aa2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -800,15 +800,16 @@ compelling reason, so..."
(defvar org-preview-latex-image-directory (concat doom-cache-dir "org-latex/")) (defvar org-preview-latex-image-directory (concat doom-cache-dir "org-latex/"))
(defvar org-modules (defvar org-modules
'(;; org-w3m '(;; ol-w3m
;; org-bbdb ;; ol-bbdb
org-bibtex ol-bibtex
;; org-docview ;; ol-docview
;; org-gnus ;; ol-gnus
;; org-info ;; ol-info
;; org-irc ;; ol-irc
;; org-mhe ;; ol-mhe
;; org-rmail ;; ol-rmail
;; ol-eww
)) ))
(add-hook! 'org-mode-hook (add-hook! 'org-mode-hook