emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/kiwix d7549a3 118/192: update kiwix.el config example i


From: Stefan Monnier
Subject: [elpa] externals/kiwix d7549a3 118/192: update kiwix.el config example in comments
Date: Sat, 19 Dec 2020 00:41:44 -0500 (EST)

branch: externals/kiwix
commit d7549a3d2d64dbc6729659a980161ee4aca4d268
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@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

[Prev in Thread] Current Thread [Next in Thread]