mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Fix nov.el being opened for python files
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
11df3517a1
commit
44d4a46362
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue