How turn on a mode ALWAYS?
This works but I wonder if there is a simpler way that will work for
other modes:
(add-hook 'find-file-hooks 'turn-on-auto-fill)
Chris
If you want to make a buffer local minor mode to be turned on
automatically for a lot of buffers you can use
define-globalized-minor-mode.