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

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

[elpa] externals/kiwix 30559cc 116/192: add option for specifying defaul


From: Stefan Monnier
Subject: [elpa] externals/kiwix 30559cc 116/192: add option for specifying default library
Date: Sat, 19 Dec 2020 00:41:44 -0500 (EST)

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

    add option for specifying default library
---
 kiwix.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kiwix.el b/kiwix.el
index 0cc79ba..c33ae70 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -161,6 +161,12 @@
   :type 'string
   :group 'kiwix-mode)
 
+(defcustom kiwix-default-library "wikipedia.zim"
+  "Specify default using kiwix library."
+  :type 'string
+  :safe #'stringp
+  :group 'kiwix-mode)
+
 ;; test
 ;; (kiwix-get-library-fullname "wikipedia_en")
 ;; (kiwix-get-library-fullname "default")



reply via email to

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