Emacs: Properly associate .epub with nov-move.

master
Pierre Neidhardt 2020-09-10 11:52:06 +02:00
parent e7e34575d0
commit b2670e3160
2 changed files with 1 additions and 1 deletions

View File

@ -240,6 +240,7 @@
;; (require 'init-mu4e))
;; (autoload 'helm-mu4e-switch "mu4e")
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))
(with-eval-after-load 'nov (require 'init-nov))
(with-eval-after-load 'notmuch (require 'init-notmuch))

View File

@ -1,4 +1,3 @@
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))
(setq nov-text-width 60)
;; (setq nov-text-width t)