Change olivetti width in info docs
This commit is contained in:
parent
7ef12ce685
commit
fc8160fa92
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
(ivy-mode 1))
|
(ivy-mode 1))
|
||||||
|
|
||||||
(use-package olivetti
|
(use-package olivetti
|
||||||
:init (add-hook 'Info-mode-hook (lambda () (olivetti-mode) (setq olivetti-body-width 73)))
|
:init (add-hook 'Info-mode-hook (lambda () (olivetti-mode) (setq olivetti-body-width 89)))
|
||||||
:custom (olivetti-body-width 89)
|
:custom (olivetti-body-width 89)
|
||||||
:bind ("<f6>" . olivetti-mode))
|
:bind ("<f6>" . olivetti-mode))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue