Fix nov.el being opened for python files

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-02-09 12:44:25 +01:00
parent 11df3517a1
commit 44d4a46362
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -25,7 +25,7 @@ Load ~nov.el~ and it's undeclared dependency ~esxml~.
#+name: hook-epub
#+begin_src emacs-lisp :tangle no
:mode ("\\.py\\'" . nov-mode)
:mode ("\\.epub\\'" . nov-mode)
#+end_src
#+name: hook-visual-fill-column