Remove unused function

This commit is contained in:
Marcus Kammer 2023-02-12 15:27:52 +01:00
parent 9181b3b95d
commit 02135a1bbd

View file

@ -39,8 +39,7 @@
(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)
(when (directory-name-p "c:/msys64/")
(setq nov-unzip-program "c:/msys64/usr/bin/unzip.exe"))))
(setq nov-unzip-program "c:/msys64/usr/bin/unzip.exe")))
(use-package eglot
:defer t