From fc354024d5d0c9ebc264647fefb4261d64bfb298 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 24 Jul 2022 20:44:32 +0200 Subject: [PATCH] Better fit olivetti width --- bundle/bundle--gui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--gui.el b/bundle/bundle--gui.el index 24620dfa..58ffea04 100644 --- a/bundle/bundle--gui.el +++ b/bundle/bundle--gui.el @@ -21,7 +21,7 @@ :hook (prog-mode . rainbow-delimiters-mode)) (use-package olivetti :init (add-hook 'Info-mode-hook (lambda () (olivetti-mode) (setq olivetti-body-width 89))) - :custom (olivetti-body-width 84) + :custom (olivetti-body-width 82) :bind ("" . olivetti-mode)) (use-package ace-window :init (global-set-key (kbd "M-o") 'ace-window))