Re: linewrapping in emacs

2002-01-20 Thread Michael P. Soulier
On 19/01/02 Joerg Johannes did speaketh: > Hi List. > > I have the following two lines in my .emacs file: > > (auto-fill-mode 1) > tex-mode-hook '(lambda () (font-lock-mode 1) (auto-fill-mode 1)) > > But I still always have to type M-x auto-fill-mode in any mode I use to get > linewrap. What e

linewrapping in emacs

2002-01-20 Thread Joerg Johannes
Hi List. I have the following two lines in my .emacs file: (auto-fill-mode 1) tex-mode-hook '(lambda () (font-lock-mode 1) (auto-fill-mode 1)) But I still always have to type M-x auto-fill-mode in any mode I use to get linewrap. What else do I need to do? thanks joerg