summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
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