mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: update org-modules
Modules have had their org- prefic renamed to ol-.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user