From ff33ade484e6b0c8b966ee3da2b95202b5ccd60c Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Fri, 23 Sep 2022 11:03:41 +0200 Subject: [PATCH] Add nov.el --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.el b/init.el index 07de75a..a76838b 100644 --- a/init.el +++ b/init.el @@ -610,6 +610,13 @@ (apply #'call-process "exiftool" nil nil nil (mapcar (lambda (arg) (format-spec arg spec)) options)))) +(use-package nov + :straight t + :custom + (nov-text-width 80) + :config + (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))) + (use-package mathpix.el :straight (:host github :repo "jethrokuan/mathpix.el") ;; You also need to configure `mathpix-app-id` and