Fix function naming

This commit is contained in:
Marcus Kammer 2024-01-19 16:33:11 +01:00
parent bdc0a5b897
commit 952a1acc58

View file

@ -19,13 +19,13 @@
shrface-toggle-bullets t
shr-width nil))
(defun mk/nove-font-settings ()
(defun mk/nov-font-settings ()
(setq-local line-spacing 2)
(face-remap-add-relative 'variable-pitch :weight 'normal :height 1.0 :family "Bitter Pro"))
(use-package nov
:hook ((nov-mode . visual-line-mode)
(nov-mode . mk/nove-font-settings))
(nov-mode . mk/nov-font-settings))
:mode ("\\.epub\\'" . nov-mode)
:init
(add-hook 'nov-mode-hook #'shrface-mode)