Saifi Khan wrote: > > Hi: > > How does one setup line wrap at line 70 in emacs ? > > I lost my .emacs file :-) and all my settings are gone. > > Thanks in advance. > > Saifi. > >
Hi Saifi, I think you need the following line in your .emacs file. (add-hook 'text-mode-hook (lambda () (longlines-mode 1))) If you found a better alternative, do let us know. Namita

