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

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

[elpa] externals/kiwix 36b15f3c 179/192: add kiwix.el load in README


From: Stefan Monnier
Subject: [elpa] externals/kiwix 36b15f3c 179/192: add kiwix.el load in README
Date: Sat, 19 Dec 2020 00:41:56 -0500 (EST)

branch: externals/kiwix
commit 36b15f3c8f3ed101e66aa9a6b268589641ed1871
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    add kiwix.el load in README
---
 README.org | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.org b/README.org
index 176b7fc..56bb74d 100644
--- a/README.org
+++ b/README.org
@@ -282,6 +282,22 @@ docker container ls --all | grep "kiwix-serve" | cat
 : b47533ecd7f6        kiwix/kiwix-serve               "/usr/local/bin/kiwi…"   
3 hours ago         Exited (137) 2 minutes ago                                  
    kiwix-serve
 : e2f201e655ac        kiwix/kiwix-serve               "/usr/local/bin/kiwi…"   
3 hours ago         Created                                                     
    distracted_hofstadter
 
+* Load
+
+** use-package
+
+#+begin_src emacs-lisp
+(use-package kiwix
+  :ensure t
+  :after org
+  :require (org-kiwix)
+  :commands (kiwix-launch-server kiwix-at-point-interactive)
+  :init (setq kiwix-server-use-docker t
+              kiwix-server-port 8089
+              kiwix-default-library "wikipedia_en_all_2016-02.zim" ; 
"wikipedia_zh_all_2015-11.zim"
+              kiwix-default-browser-function 'eww))
+#+end_src
+
 * Usage
 
 ** Use in Emacs



reply via email to

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