diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index cc0a116..05e220c 100644 --- a/config.org +++ b/config.org @@ -510,7 +510,7 @@ Finally, have a binding to jump to a buffer in which there's been some new activ #+end_src * Reading epubs -#+begin_src elisp +#+begin_src elisp :tangle no (package-ensure 'nov) (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode)) #+end_src |