I've switched computers a few times recently, and somewhere along the way I lost my .emacs.  I'm trying to build it up again, but while I'm at it, I thought I'd pick up other good configurations that other people use.

So, if you use Emacs, what's in <i>your</i> .emacs?

Mine is pretty barren right now, containing only:

1. Global font-lock-mode! `(global-font-lock-mode 1)`
2. My personal preferences with respect to indentation, tabs, and spaces.
3. Use cperl-mode instead of perl-mode.
4. A shortcut for compilation.

What do you think is useful?