From 5191a0fde08d79d36b8c54601030befdd9241f77 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 31 Jul 2025 14:46:53 -0400 Subject: change olivetti width --- bard-emacs-modules/bard-emacs-writing.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bard-emacs-modules/bard-emacs-writing.el') diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el index b428a6a..fd7d1cc 100644 --- a/bard-emacs-modules/bard-emacs-writing.el +++ b/bard-emacs-modules/bard-emacs-writing.el @@ -186,10 +186,10 @@ (use-package olivetti :ensure t :config - (setq olivetti-minimum-body-width 100) + (setq olivetti-minimum-body-width 90) (setq olivetti-recall-visual-line-mode-entry-state t) :hook - ((olivetti-mode-on . (lambda () (olivetti-set-width 100))) + ((olivetti-mode-on . (lambda () (olivetti-set-width 90))) )) ;; narrowing and focus mode -- cgit v1.2.3