Update nov-package

This commit is contained in:
Marcus Kammer 2023-10-23 08:40:01 +02:00
parent 642e1b3c64
commit c5df78d331

View file

@ -29,8 +29,7 @@
(add-hook 'nov-mode-hook #'shrface-mode)
:config
(setq nov-text-width 82
nov-variable-pitch t
nov-header-line-format "")
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)))