-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
It was working before updating.
My config:
(use-package nov
:init
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))
:general
(:states 'normal
:keymaps 'nov-mode-map
"TAB" 'org-cycle
"C-<tab>" 'org-shifttab))
(use-package shrface
:after shr
:straight (shrface :type git :host github :repo "chenyanming/shrface")
:custom
(shrface-paragraph-indentation 2)
(shrface-paragraph-fill-column 80)
:config
(shrface-basic)
(shrface-trial)
(with-eval-after-load 'nov
(setq nov-shr-rendering-functions (append nov-shr-rendering-functions shr-external-rendering-functions))))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels