From 85cf3f871dca9ae81b40dfd3464b5df08ebc1c61 Mon Sep 17 00:00:00 2001 From: bard Date: Thu, 1 Feb 2024 06:01:24 -0500 Subject: fix olivetti --- bard-emacs-modules/bard-emacs-ui.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bard-emacs-modules') diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el index a2ce154..dfed7fb 100644 --- a/bard-emacs-modules/bard-emacs-ui.el +++ b/bard-emacs-modules/bard-emacs-ui.el @@ -109,8 +109,8 @@ "Distraction-free writing environment" (if (equal olivetti-mode nil) (progn - (fontaine-set-preset 'prose) - (setq olivetti-body-width 75) + (fontaine-set-preset 'large) + (setq olivetti-body-width 80) (set-fringe-mode 0) (olivetti-mode t)) (progn -- cgit v1.2.3