From 1505a2a5259f04a7dbfc1daa4bfba12ee56eaaea Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 16 Dec 2021 16:13:50 +0100 Subject: [PATCH] Bind olivetti mode to key --- bundle/bundle--gui.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--gui.el b/bundle/bundle--gui.el index 54ae437d..b229a109 100644 --- a/bundle/bundle--gui.el +++ b/bundle/bundle--gui.el @@ -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