Set visual-fill-column-width to 120

That sounds like a readable width.
This commit is contained in:
Gergely Polonkai 2025-05-29 15:07:20 +02:00
parent 87ac20562f
commit ab5250d245
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4

View File

@ -1664,6 +1664,7 @@ Its 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