branch: externals/kiwix commit 7e0b82c2776dd56130a46e11b78f9a659e70f50f Author: stardiviner <numbch...@gmail.com> Commit: stardiviner <numbch...@gmail.com>
refresh ZIM libraries list once-time per package loading --- kiwix.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/kiwix.el b/kiwix.el index 18c610e..2ab9843 100644 --- a/kiwix.el +++ b/kiwix.el @@ -175,16 +175,8 @@ Set it to ‘t’ will use Emacs built-in ‘completing-read’." "Global variable of currently select library used in anonymous function. Like in function `kiwix-ajax-search-hints'.") -;; - examples: -;; - "wikipedia_en_all" - "wikipedia_en_all_2016-02" -;; - "wikipedia_zh_all" - "wikipedia_zh_all_2015-17" -;; - "wiktionary_en_all" - "wiktionary_en_all_2015-17" -;; - "wiktionary_zh_all" - "wiktionary_zh_all_2015-17" -;; - "wikipedia_en_medicine" - "wikipedia_en_medicine_2015-17" - (defun kiwix-select-library (&optional filter) "Select Kiwix library name." - (kiwix-libraries-refresh) (completing-read "Kiwix library: " kiwix-libraries nil t filter)) (defcustom kiwix-default-library "wikipedia_en_all.zim"