Open epub files woth nov mode
This commit is contained in:
parent
341cb389f3
commit
531938c7cd
2 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,7 @@ There are two things you can do about this warning:
|
||||||
:ensure t
|
:ensure t
|
||||||
:config (setq inferior-lisp-program (executable-find "sbcl")))
|
:config (setq inferior-lisp-program (executable-find "sbcl")))
|
||||||
|
|
||||||
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))
|
|
||||||
|
|
||||||
(use-package org
|
(use-package org
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|
1
init.el
1
init.el
|
@ -28,6 +28,7 @@
|
||||||
(add-to-list 'auto-mode-alist '("\\.lisp$" . lisp-mode))
|
(add-to-list 'auto-mode-alist '("\\.lisp$" . lisp-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.lsp$" . lisp-mode))
|
(add-to-list 'auto-mode-alist '("\\.lsp$" . lisp-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.cl$" . lisp-mode))
|
(add-to-list 'auto-mode-alist '("\\.cl$" . lisp-mode))
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))
|
||||||
|
|
||||||
(put 'narrow-to-region 'disabled nil)
|
(put 'narrow-to-region 'disabled nil)
|
||||||
(put 'narrow-to-page 'disabled nil)
|
(put 'narrow-to-page 'disabled nil)
|
||||||
|
|
Loading…
Add table
Reference in a new issue