Bind olivetti mode to key
This commit is contained in:
parent
96ee9458eb
commit
1505a2a525
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue