branch: externals/kiwix commit 9521d3ba1333bdf7b026a9ef920f673b2939172b Author: stardiviner <numbch...@gmail.com> Commit: stardiviner <numbch...@gmail.com>
Change default kiwix-server-type to docker-local --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 979a478..8616cff 100644 --- a/kiwix.el +++ b/kiwix.el @@ -79,7 +79,7 @@ :type 'string :safe #'stringp) -(defcustom kiwix-server-type 'docker-remote +(defcustom kiwix-server-type 'docker-local "Specify the kiwix-serve type. - 'docker-remote :: remote docker service - 'docker-local :: local docker service