[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: word wrap in emacs



jojo <jojo crosswinds net> writes:

> 	How do I setup word wrap in emacs? I am using emacs in mutt as
> 	my editor and it does not automatically wrap.  Any thoughts?

Create fa file called ~/.emacs, containing:

(add-hook 'text-mode-hook 'turn-on-auto-fill)
(setq default-major-mode 'text-mode)

-- 
Alan Shutko <ats acm org> - Looking for a job in Long Island!
Check http://rescomp.wustl.edu/~ats/ for a resume.
Every journalist has a novel in him, which is an excellent place for it.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]