I always forget how to enable word wrap by default in Emacs so, for my own future reference as much as anything else, here's how to do it.

Add the following to ~/.emacs:

(global-visual-line-mode)