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

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

Re: Text mode vs Programming modes


From: Kevin Rodgers
Subject: Re: Text mode vs Programming modes
Date: Fri, 05 Dec 2003 16:29:40 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Matthew Hinton wrote:

I have the following in my .emacs to activate fill and flyspell in text mode. It also activates fill and flyspell in html-helper mode and I would prefer it didn't. What can I do to fix this?

(custom-set-variables
'(text-mode-hook (quote (turn-on-auto-fill flyspell-mode \ text-mode-hook-identify)))
)

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

(add-hook 'html-helper-mode-hook 'flyspell-mode-off)

--
Kevin Rodgers



reply via email to

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