Change olivetti width in info docs

This commit is contained in:
Marcus Kammer 2022-02-06 12:00:05 +01:00
parent 7ef12ce685
commit fc8160fa92
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -24,7 +24,7 @@
(ivy-mode 1))
(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)
:bind ("<f6>" . olivetti-mode))