diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 10 |
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 |