From 8f5b42e9d9f304b422c1a7918b43ee323a7d3532 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Thu, 28 Apr 2022 16:17:21 +0200 Subject: Correct unzip args --- nov.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nov.el b/nov.el index 5076edc..b47723d 100644 --- a/nov.el +++ b/nov.el @@ -73,7 +73,7 @@ :type '(file :must-match t) :group 'nov) -(defcustom nov-unzip-args '("-o" directory filename) +(defcustom nov-unzip-args '("-od" directory filename) "Arguments to decompression executable. This variable expects a list of strings, except for `directory' and `filename' symbols, which will be replaced accordingly when -- cgit v1.2.3