branch: externals/kiwix commit acb13012d04f29ac84d535b6c64f743124449722 Author: Matt Beshara <m...@mfa.pw> Commit: Matt Beshara <m...@mfa.pw>
There should be a slash between ‘kiwix-zim-dir’ ‘library.xml’ --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index f0bc13d..7fc0232 100644 --- a/kiwix.el +++ b/kiwix.el @@ -245,7 +245,7 @@ Set it to ‘t’ will use Emacs built-in ‘completing-read’." " *kiwix server*" kiwix-server-command "--port" (number-to-string kiwix-server-port) - "--library" (concat kiwix-zim-dir "library.xml"))))))) + "--library" (concat kiwix-zim-dir "/library.xml"))))))) (defun kiwix-stop-local-server () "Stops a Kiwix server started by ‘kiwix-launch-server’."