On Sun, 20 Jan 2002 19:18:33 +0100, Joerg Johannes wrote: >Hi list! > >I have >(auto-fill-mode 1) >in my ~/.emacs file, but I still have to type M-x auto-fill-mode if I want to >use it. Am I missing something? > > I have this in my .emacs. Unless I'm using another major mode, this is automatic. (setq default-major-mode 'text-mode) (add-hook 'text-mode-hook 'turn-on-auto-fill)
gt Yes I fear I am living beyond my mental means--Nash