summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index 562cf00..dbb1c5e 100644
--- a/emacs.el
+++ b/emacs.el
@@ -33,3 +33,6 @@
(org-babel-do-load-languages 'org-babel-load-languages '((emacs-lisp . t)
(scheme . t )
(shell . t )))
+
+(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))
+(setq-default nov-variable-pitch nil)