Allow for wider mail text

72 characters is too limiting, but keep hard lines breaks (for now – maybe using
visuall-fill-column-mode could be interesting for writing mails?).
This commit is contained in:
Daniel Borchmann 2025-11-09 11:51:39 +01:00
parent cd7e8b2226
commit 9865f1c970
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -1858,7 +1858,10 @@ Note that this workaround is incomplete, as explained in this comment."
(use-package nntp) (use-package nntp)
(use-package nnml) (use-package nnml)
(use-package message)
(use-package message
:init (setopt message-fill-column 100))
(use-package gnus-msg) (use-package gnus-msg)
(use-package gnus-async) (use-package gnus-async)