2013/05/01: Spell checking commit messages (in emacs)

It is generally a good idea to spell check you commit messages. To enable spell checking when committing from emacs, the line to add is (add-hook 'log-edit-mode-hook '(lambda () (flyspell-mode 1)))