Disable header-line in nov-mode

This commit is contained in:
Marcus Kammer 2023-11-24 12:18:28 +01:00
parent a496ebe719
commit 779a652cb1

View file

@ -27,6 +27,8 @@
:mode ("\\.epub\\'" . nov-mode)
:init
(add-hook 'nov-mode-hook #'shrface-mode)
:custom
(nov-header-line-format nil)
:config
(setq nov-text-width 82
nov-variable-pitch t)