Dont set unzip.exe location global

This commit is contained in:
Marcus Kammer 2023-02-13 12:12:26 +01:00
parent a69eaec1c5
commit d13e023fd1

View file

@ -37,9 +37,7 @@
nov-variable-pitch t)
(require 'shrface)
(setq nov-shr-rendering-functions '((img . nov-render-img) (title . nov-render-title)))
(setq nov-shr-rendering-functions (append nov-shr-rendering-functions shr-external-rendering-functions))
(when (eq system-type 'windows-nt)
(setq nov-unzip-program "c:/msys64/usr/bin/unzip.exe")))
(setq nov-shr-rendering-functions (append nov-shr-rendering-functions shr-external-rendering-functions)))
(use-package eglot
:defer t