Install an EPUB reader mode
This commit is contained in:
parent
5ac788c973
commit
46cdf13182
1 changed files with 5 additions and 0 deletions
|
|
@ -105,6 +105,11 @@
|
||||||
(use-package org-contacts
|
(use-package org-contacts
|
||||||
:after org-contrib)
|
:after org-contrib)
|
||||||
|
|
||||||
|
;; EPUB reader
|
||||||
|
(use-package nov
|
||||||
|
:init
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode)))
|
||||||
|
|
||||||
(use-package company
|
(use-package company
|
||||||
:init (global-company-mode))
|
:init (global-company-mode))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue