How do you disable soft returns in emacs?
+1
A:
Have a look at: http://www.emacswiki.org/emacs/LongLines
By default, soft returns are automatically inserted as you edit, to keep your text wrapped. If you do not want this effect, set ‘longlines-auto-wrap’ to ‘nil’. You can still type ‘M-q’, or use any of the other fill commands, to fill text using soft returns (see FillParagraph.)
Gamecat
2009-01-27 22:29:56
hmm... this didn't work.
twism
2009-01-28 20:34:04
+1
A:
Aha! [M-x toggle-truncate-lines] is what I was looking for.
Thanks for the help though.
twism
2009-01-28 21:07:31