branch: externals/kiwix commit e60084491f9d0596546413ba65721b2b6dbc121c Author: stardiviner <numbch...@gmail.com> Commit: stardiviner <numbch...@gmail.com>
fix kiwix does not contain group. --- kiwix.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 9683109..06e8b92 100644 --- a/kiwix.el +++ b/kiwix.el @@ -38,7 +38,8 @@ (autoload 'org-link-set-parameters "org") (defgroup kiwix nil - "Kiwix customization options.") + "Kiwix customization options." + :group 'kiwix) (defcustom kiwix-server-url "http://127.0.0.1:8000/" "Specify Kiwix server URL."