emacs-configuration: Use nov-el epub viewer

This commit is contained in:
Collin J. Doering 2024-04-21 15:41:18 -04:00
parent 2e6497db81
commit 866a8b6ede
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 10 additions and 0 deletions

View File

@ -1336,6 +1336,16 @@ nicer user experience.
:config (pdf-tools-install))
#+end_src
** Epub Viewer
There is not built in way to render epubs, so leverage the cleverly named nov-el package for
this (which can be used with org-noter).
#+begin_src emacs-lisp
(use-package nov
:config (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode)))
#+end_src
* TODO Editing :needs_review:
This section should be reviewed as this has grown over time. Also, some if not many of these