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

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

Re: How to set wrap line at window edge


From: Suvayu Ali
Subject: Re: How to set wrap line at window edge
Date: Sun, 06 Sep 2009 11:03:43 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3

On Sunday 06 September 2009 09:34 AM, bar tomas wrote:
Hi,
How can I set the option "wrap line at edge of window" in the .emacs init
file?
Also, I'd like to disable truncate long lines. Although I have disabled this
option through the menu/Options, lines continue to be truncated befor the
windows edge. How can I stop truncation of long lines?
Thanks very much


How about put this in your .emacs
(custom-set-variables
        (...other customizations ...)
        '(truncate-lines nil))

--
Suvayu

Open source is the future. It sets us free.




reply via email to

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