Update nov config
This commit is contained in:
parent
f6d60b9846
commit
9fa1103814
1 changed files with 5 additions and 0 deletions
5
init.el
5
init.el
|
@ -80,6 +80,11 @@ There are two things you can do about this warning:
|
|||
;; PACKAGES
|
||||
(ivy-mode 1)
|
||||
|
||||
(use-package nov
|
||||
:ensure t
|
||||
:config
|
||||
(setq nov-text-width 80))
|
||||
|
||||
(use-package elpy
|
||||
:ensure t
|
||||
:init
|
||||
|
|
Loading…
Add table
Reference in a new issue