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

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

[elpa] externals/kiwix 126b172 015/192: update defgroup and defcustom


From: Stefan Monnier
Subject: [elpa] externals/kiwix 126b172 015/192: update defgroup and defcustom
Date: Sat, 19 Dec 2020 00:41:24 -0500 (EST)

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

    update defgroup and defcustom
---
 kiwix.el | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/kiwix.el b/kiwix.el
index 8f173bc..7d4595e 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -22,11 +22,26 @@
 
 
 (defgroup kiwix nil
-  "kiwix group."
-  :group 'custom-group)
+  "Kiwix customization options.")
+
+(defcustom kiwix-server-command "/usr/lib/kiwix/bin/kiwix-serve "
+  "Specify kiwix server command."
+  :type 'string
+  :group 'kiwix)
+
+(defcustom kiwix-default-data-path "8ip89lik.default"
+  "Specify the default Kiwix data profile path."
+  :type 'string
+  :group 'kiwix)
 
 (defcustom kiwix-default-library "wikipedia_en_all_2016-02"
   "Specify the default Kiwix library you want to search."
+  :type 'string
+  :group 'kiwix)
+
+(defcustom kiwix-server-port "8000"
+  "Specify the default Kiwix server port."
+  :type 'string
   :group 'kiwix)
 
 ;; launch Kiwix server



reply via email to

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