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

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

Re: Enabling global-font-lock-mode


From: Peter S Galbraith
Subject: Re: Enabling global-font-lock-mode
Date: Thu, 24 Oct 2002 13:40:09 -0400

Florian Lindner <Florian.Lindner@xgm.de> wrote:

> Hello,
> I want to enable Syntax Highlightning (Global font lock mode)
> Using this expression in my .emacs file is evaluated without errors but 
> don't take effect. What's wrong?
> 
> '(global-font-lock-mode t nil (font-lock))

The proper syntax is:

(global-font-lock-mode t)

Or more simply select it from the Options menu (it's the first item) and
then select "Save Options" from that same menu.

Peter




reply via email to

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