Bind olivetti mode to key

This commit is contained in:
Marcus Kammer 2021-12-16 16:13:50 +01:00
parent 96ee9458eb
commit 1505a2a525

View file

@ -25,7 +25,8 @@
(use-package olivetti
:init (add-hook 'Info-mode-hook (lambda () (olivetti-mode) (setq olivetti-body-width 73)))
:custom (olivetti-body-width 89))
:custom (olivetti-body-width 89)
:bind ("C-c M-o" . olivetti-mode))
(use-package shrface
:config