🚀 Harness AI to execute your million-dollar ideas 10x faster, with 1/10th the effort.Get Started

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.

Chase Adams