Add nov.el
This commit is contained in:
parent
1ff2c50769
commit
ff33ade484
1 changed files with 7 additions and 0 deletions
7
init.el
7
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue