branch: externals/kiwix commit 0a048c1e6c4e8dc0d14dc4bfec4a3310190ec7fe Author: Matt Beshara <m...@mfa.pw> Commit: Matt Beshara <m...@mfa.pw>
Use correct variable name in ‘kiwix-launch-server’ --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 5364c68..a97f43c 100644 --- a/kiwix.el +++ b/kiwix.el @@ -222,7 +222,7 @@ Set it to ‘t’ will use Emacs built-in ‘completing-read’." (defun kiwix-launch-server () "Launch Kiwix server." (interactive) - (let ((library-path kiwix-default-library-dir)) + (let ((library-path kiwix-zim-dir)) (cl-case kiwix-server-type ('docker-remote (message "kiwix-serve service is started by user manually at other place."))