From e7c5499c9628d9c66b59c0f338a84d5fb12b3ad3 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 31 Oct 2024 09:24:54 +0000 Subject: [PATCH] Increase visual-fill-column-width back to 160 --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index d32ad7f..bd7ba8b 100644 --- a/README.org +++ b/README.org @@ -204,7 +204,7 @@ Configure the look and feel of Emacs :functions (visual-fill-column-mode) :hook (((text-mode prog-mode) . (lambda () (visual-line-mode +1) (visual-fill-column-mode +1)))) :custom - (visual-fill-column-width 120) + (visual-fill-column-width 160) (visual-fill-column-center-text t) (visual-fill-column-enable-sensible-window-split t) :config