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: Matthieu Moy
Subject: Re: How to *completely* disable font-lock mode in my .emacs?
Date: Wed, 28 Apr 2004 01:36:09 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

Eric Smith <eric-no-spam-for-me@brouhaha.com> writes:

> If I set frame-background-mode to light, won't that screw up my X frames
> which have a dark background?  

(unless window-system
  (setq frame-background-mode 'light))

Won't do so.

-- 
Matthieu


reply via email to

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