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

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

Re: how to get syntax highlighted in emacs-nox


From: Michael Hoffman
Subject: Re: how to get syntax highlighted in emacs-nox
Date: Thu, 21 Feb 2008 09:53:50 +0000
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Limin Fu wrote:

I am trying to use emacs-nox, but I find that the C source codes I am
editing do not get highlighted. Can someone tell me how to get syntax
highlighting working in emacs-nox? Thanks a lot.

Try adding this to your ~/.emacs:

(when (fboundp 'global-font-lock-mode)
  (global-font-lock-mode t))





reply via email to

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