Fix function naming
This commit is contained in:
parent
bdc0a5b897
commit
952a1acc58
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue