When I write a long line while composing a mail in mu4e
, the lines are truncated for viewing (toggle-truncate-lines
), but as soon as I hit Enter fixed line breaks (column width seems to be 70 or something) are introduced.
How can I stop mu4e
from introducing these line breaks?
(add-hook 'mu4e-compose-mode-hook 'visual-line-mode)
to have 'soft' line wrapping without actual newlines, but ensuting that the text stays inside my frame. – AstroFloyd May 20 '19 at 16:47