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

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

Re: Disable auto-split lines in html-mode


From: Kevin Rodgers
Subject: Re: Disable auto-split lines in html-mode
Date: Fri, 30 Sep 2005 09:50:00 -0600
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

meyer.p@gmail.com wrote:
> I think the conf I was looking for is :
>
>  '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))
>
> I commented it and no problem anymore

Assuming that was in there for a reason, you could leave it and simply
disable auto fill mode in HTML mode like this:

(add-hook 'html-mode-hook 'turn-off-auto-fill)

or `M-x customize-variable RET html-mode-hook RET' similarly.

--
Kevin Rodgers





reply via email to

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