How to REALLY enable word wrapping in Emacs
6/14/2020
I thought toggle-word-wrap
would enable wrapping a line when it was at the edge of a buffer, but it turns out what I wanted was toggle-truncate-lines
.
If you want to enable word-wrapping in Emacs, use M-x toggle truncate-lines
.