Dont set unzip.exe location global
This commit is contained in:
parent
a69eaec1c5
commit
d13e023fd1
1 changed files with 1 additions and 3 deletions
|
@ -37,9 +37,7 @@
|
||||||
nov-variable-pitch t)
|
nov-variable-pitch t)
|
||||||
(require 'shrface)
|
(require 'shrface)
|
||||||
(setq nov-shr-rendering-functions '((img . nov-render-img) (title . nov-render-title)))
|
(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))
|
(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")))
|
|
||||||
|
|
||||||
(use-package eglot
|
(use-package eglot
|
||||||
:defer t
|
:defer t
|
||||||
|
|
Loading…
Add table
Reference in a new issue