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:
parent
cd7e8b2226
commit
9865f1c970
5
init.el
5
init.el
@ -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)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user