Add nov.el

This commit is contained in:
Dimitri Lozeve 2022-09-23 11:03:41 +02:00
parent 1ff2c50769
commit ff33ade484

View file

@ -610,6 +610,13 @@
(apply #'call-process "exiftool" nil nil nil (apply #'call-process "exiftool" nil nil nil
(mapcar (lambda (arg) (format-spec arg spec)) options)))) (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 (use-package mathpix.el
:straight (:host github :repo "jethrokuan/mathpix.el") :straight (:host github :repo "jethrokuan/mathpix.el")
;; You also need to configure `mathpix-app-id` and ;; You also need to configure `mathpix-app-id` and