From ab5250d245d42676f5d88ba628de66cea9e333ad Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 29 May 2025 15:07:20 +0200 Subject: [PATCH] Set visual-fill-column-width to 120 That sounds like a readable width. --- configuration.org | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.org b/configuration.org index 345b18e..4796ed2 100644 --- a/configuration.org +++ b/configuration.org @@ -1664,6 +1664,7 @@ It’s much easier on the eye when writing text, not code. (use-package visual-fill-column :custom (visual-fill-column-center-text t) + (visual-fill-column-width 120) :hook (org-mode . visual-fill-column-mode)) #+end_src