org.el: Add org-eww to the list of default modules
* lisp/org.el (org-modules): Add org-eww to the list of default modules.
This commit is contained in:
parent
71ad7d19ea
commit
d561b3d0b9
|
@ -682,7 +682,7 @@ After a match, group 1 contains the repeat expression.")
|
||||||
(org-load-modules-maybe 'force)
|
(org-load-modules-maybe 'force)
|
||||||
(org-element-cache-reset 'all)))
|
(org-element-cache-reset 'all)))
|
||||||
|
|
||||||
(defcustom org-modules '(org-w3m org-bbdb org-bibtex org-docview org-gnus org-info org-irc org-mhe org-rmail org-tempo)
|
(defcustom org-modules '(org-w3m org-bbdb org-bibtex org-docview org-gnus org-info org-irc org-mhe org-rmail org-tempo org-eww)
|
||||||
"Modules that should always be loaded together with org.el.
|
"Modules that should always be loaded together with org.el.
|
||||||
|
|
||||||
If a description starts with <C>, the file is not part of Emacs
|
If a description starts with <C>, the file is not part of Emacs
|
||||||
|
|
Loading…
Reference in New Issue