Reputation: 3174
How can I set Emacs to not automatically break long lines?
I find it easier to visualize indentation without its breaking long lines, to instead use horizontal scrolling when needed.
Upvotes: 13
Views: 2689
Reputation: 7132
Have you tried to remove "fill-mode" ?
M-x auto-fill-mode
Upvotes: 7
Reputation: 6919
Have you tried
M-x toggle-truncate-lines
Upvotes: 16