From 19dadbf97d152ad41b250e620a0fab2d9ec98289 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 12 Feb 2025 07:56:47 +0000 Subject: [PATCH] Set olivetti-minimum-body-width back to 120 --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index e8f9015..3affd09 100644 --- a/init.el +++ b/init.el @@ -143,7 +143,7 @@ :hook (text-mode) :custom (olivetti-style nil) - (olivetti-minimum-body-width 100)) + (olivetti-minimum-body-width 120)) (use-package tramp :defines (tramp-remote-path tramp-default-proxies-alist)