How to REALLY enable word wrapping in Emacs
Essays and updates on product, engineering, and AI by Chase Adams.
1 minute read
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
.