From d561b3d0b93be303be6f896c56d8da7cd4214f73 Mon Sep 17 00:00:00 2001 From: Bastien Date: Thu, 26 Apr 2018 21:30:37 +0200 Subject: [PATCH] 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. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 7b661c0aa..9ecf271a8 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -682,7 +682,7 @@ After a match, group 1 contains the repeat expression.") (org-load-modules-maybe 'force) (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. If a description starts with , the file is not part of Emacs