diff options
-rw-r--r-- | emacs.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |