diff options
author | noa@gaiwan.org | 2024-07-17 09:16:10 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-17 09:16:10 +0000 |
commit | f0ab46688cc5a68eca1d11f19599d3a66ee10abf (patch) | |
tree | 6649687d1515aa2ebe969b14f170c57dd322b7b4 /config.org | |
parent | 9508fd568804b5980a6fc721a2fb0167e52e7474 (diff) |
Don't use nov.el for now
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 |