Fernando Almeida
Fernando Almeida

Reputation: 3174

How can I tell emacs not to break long lines?

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

Answers (2)

Bruce
Bruce

Reputation: 7132

Have you tried to remove "fill-mode" ?

M-x auto-fill-mode

Upvotes: 7

sverre
sverre

Reputation: 6919

Have you tried

M-x toggle-truncate-lines

Upvotes: 16

Related Questions