Emacs: Associate .epub files with nov-mode.

master
Pierre Neidhardt 2020-09-08 11:45:01 +02:00
parent f7cf3e3c20
commit 0da56c8e4e
1 changed files with 2 additions and 0 deletions

View File

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