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: Phillip Lord
Subject: Re: Enabling global-font-lock-mode
Date: 24 Oct 2002 16:43:20 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.91

>>>>> "Florian" == Florian Lindner <Florian.Lindner@xgm.de> writes:

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

  Florian> '(global-font-lock-mode t nil (font-lock))

It's quoted which means "don't evaluate the following".

Try 

(global-font-lock-mode t)

Cheers

Phil

 


reply via email to

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