branch: externals/kiwix
commit d7549a3d2d64dbc6729659a980161ee4aca4d268
Author: stardiviner <numbch...@gmail.com>
Commit: stardiviner <numbch...@gmail.com>

    update kiwix.el config example in comments
---
 kiwix.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/kiwix.el b/kiwix.el
index cdde361..e7b28d1 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -22,11 +22,11 @@
 ;; (use-package kiwix
 ;;   :ensure t
 ;;   :after org
-;;   :bind (:map document-prefix
-;;               ("w" . kiwix-at-point)
-;;               ("W" . kiwix-at-point-interactive)
-;;               ("M-w" . kiwix-launch-server))
-;;   :init (setq kiwix-your-language-library "zh"))
+;;   :commands (kiwix-launch-server kiwix-at-point-interactive)
+;;   :bind (:map document-prefix ("w" . kiwix-at-point-interactive))
+;;   :init (setq kiwix-server-use-docker t
+;;               kiwix-server-url "http://127.0.0.1:8089/";
+;;               kiwix-default-library "wikipedia_zh_all_2015-11.zim"))
 
 ;;; Usage:
 ;;

Reply via email to