Set visual-fill-column-width to 120
That sounds like a readable width.
This commit is contained in:
parent
87ac20562f
commit
ab5250d245
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user