From 286934e3ed238a2ee8c6137568742e917bc44d97 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 18 Apr 2022 00:01:24 +0100 Subject: epub files in doc session --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.org') diff --git a/init.org b/init.org index e6805d8..553bdf0 100644 --- a/init.org +++ b/init.org @@ -1823,7 +1823,8 @@ (use-package nov :ensure t :after doc-view - :init (setq nov-variable-pitch nil) + :init (setq nov-variable-pitch t + nov-text-width 80) :config (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))) #+end_src -- cgit v1.2.3