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

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

Re: newbie question about truncating lines - what to put in my .emacs fi


From: Glenn Morris
Subject: Re: newbie question about truncating lines - what to put in my .emacs file?
Date: Wed, 05 Feb 2003 17:16:21 +0000
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/directory/emacs.html)

Ted Sung wrote:

> So under the Options menu, I select "Truncate long lines in this
> buffer". That works well but I would like to truncate long lines in
> every buffer I load.

(setq-default truncate-lines t)

> I also want to set the word wrap in text modes to be on.

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


reply via email to

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