From 506a3baf5b8bd0649aea700128f21d2f9b56c532 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 1 Nov 2020 00:15:13 -0500 Subject: Add nov.el --- config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config.org') 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~ (cuss gnus-secondary-select-methods '((nntp "news.gwene.org"))) #+end_src +** Nov.el: read Ebooks +#+begin_src emacs-lisp + (use-package nov + :mode ("\\.epub\\'" . nov-mode) + :custom + (nov-text-width t) + :hook + (nov-mode . visual-line-mode) + (nov-mode . visual-fill-column-mode)) +#+end_src * Machine-specific configurations #+begin_src emacs-lisp (cond -- cgit 1.4.1-21-gabe81