about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-01 00:15:13 -0500
committerCase Duckworth2020-11-01 00:15:13 -0500
commit506a3baf5b8bd0649aea700128f21d2f9b56c532 (patch)
tree31e6977160bb68ffbbadfe9dc4c3846fbafd6678 /config.org
parentUnignore etc/ too (diff)
downloademacs-506a3baf5b8bd0649aea700128f21d2f9b56c532.tar.gz
emacs-506a3baf5b8bd0649aea700128f21d2f9b56c532.zip
Add nov.el
Diffstat (limited to 'config.org')
-rw-r--r--config.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.org b/config.org index 5cfad3e..92990d9 100644 --- a/config.org +++ b/config.org
@@ -652,6 +652,16 @@ I was using company, but I think it might've been causing issues with ~awk-mode~
652 (cuss gnus-secondary-select-methods 652 (cuss gnus-secondary-select-methods
653 '((nntp "news.gwene.org"))) 653 '((nntp "news.gwene.org")))
654#+end_src 654#+end_src
655** Nov.el: read Ebooks
656#+begin_src emacs-lisp
657 (use-package nov
658 :mode ("\\.epub\\'" . nov-mode)
659 :custom
660 (nov-text-width t)
661 :hook
662 (nov-mode . visual-line-mode)
663 (nov-mode . visual-fill-column-mode))
664#+end_src
655* Machine-specific configurations 665* Machine-specific configurations
656#+begin_src emacs-lisp 666#+begin_src emacs-lisp
657 (cond 667 (cond