Remove unused function
This commit is contained in:
parent
9181b3b95d
commit
02135a1bbd
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue