[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: word wrap in emacs
- From: Alan Shutko <ats acm org>
- To: redhat-list redhat com
- Subject: Re: word wrap in emacs
- Date: 24 May 1999 11:45:48 -0500
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]