help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: emacs related


From: Kai Großjohann
Subject: Re: emacs related
Date: Sat, 29 Sep 2001 19:59:05 +0200
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.107

"Jeffrin Jose T." <jeffrin@msservices.org> writes:

> How to fix emacs such that it typically doesn't do lines longer than
> 75 columns ?

(setq-default fill-column 75)           ;default is 72 or so
(add-hook 'text-mode-hook 'turn-on-auto-fill)

With this, you will get auto-fill in all text-like modes, such as TeX,
mail, news, ...

kai
-- 
Abort this operation?   [OK]  [Cancel]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]