How to word wrap in Emacs? -


How can I configure emacs so that line wrapping does not break between a line?

If you want to emulate the behavior of an editor like Notepad, then you start the visual line mode. You may want to do While setting word-wrap the line will be the reason for line wrapping on the boundaries, yet any action that moves on a line (eg, up / down or moving) will still respect the character of the new line, visual line mode each Will treat the display line, though it is finally a new line.

  (visual-line-mode t)  

.emacs file to add line:

  (global -Visual-line-mode T)  

Comments