From 3a05cf74663b4539e42bdcb9f831d8b9107172af Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 15 Feb 2023 18:14:47 +0100 Subject: [PATCH] Update 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 5f0ddd20..2ce2005b 100644 --- a/bundle/bundle--gui.el +++ b/bundle/bundle--gui.el @@ -25,7 +25,7 @@ (use-package rainbow-delimiters :hook (prog-mode . rainbow-delimiters-mode)) (use-package olivetti - :custom (olivetti-body-width 89) + :custom (olivetti-body-width 83) :bind ("" . olivetti-mode)) (add-hook 'Info-mode-hook (lambda () (make-local-variable 'olivetti-body-width) (setq olivetti-body-width 75) (olivetti-mode)))