Disable head-line in nov mode

This commit is contained in:
Marcus Kammer 2023-11-22 19:03:46 +01:00
parent 4a28646141
commit fd3e9492bc
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

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