summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-04-18 00:01:24 +0100
committerjao <jao@gnu.org>2022-04-18 00:01:24 +0100
commit286934e3ed238a2ee8c6137568742e917bc44d97 (patch)
treecbaa2e8103f097e098f380ad5cdc2ad09e296789 /init.org
parentbc73fd3f9e2f10ae22cd72d478ceea0143c37b32 (diff)
downloadelibs-286934e3ed238a2ee8c6137568742e917bc44d97.tar.gz
elibs-286934e3ed238a2ee8c6137568742e917bc44d97.tar.bz2
epub files in doc session
Diffstat (limited to 'init.org')
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
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