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

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

Re: How to *completely* disable font-lock mode in my .emacs?


From: Eric Smith
Subject: Re: How to *completely* disable font-lock mode in my .emacs?
Date: 27 Apr 2004 16:26:01 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

I wrote:
> I've tried in vain to figure out what I can put in my .emacs that
> will prevent font lock mode from ever being used.

Henrik Enberg <henrik.enberg@telia.com> writes:
> (global-font-lock-mode -1)

I'm not sure what was turning font-lock-mode on, but this has taken care
of it.  I had previously tried (global-font-lock-mode nil), which did
not have the desired effect.  It never occurred to me to use -1.

Thanks!
Eric


reply via email to

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