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

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

Re: .el files dont seem to highlight the syntax on aquamacs


From: Jambunathan K
Subject: Re: .el files dont seem to highlight the syntax on aquamacs
Date: Fri, 16 Sep 2011 13:59:32 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt)

C K Kashyap <ckkashyap@gmail.com> writes:

> Hi,
> When I do a C-x C-f and open a C file, it automatically does syntax
> highlighting of the C source. However, when I do the same on a .el
> file, its plain old black and white. What do I need to do to get back
> the syntax highlighting?

Magic happens with

C-h v auto-mode-alist RET

Search for c-mode and emacs-lisp-mode in the value of that variable.

> Regards,
> Kashyap
>
>

-- 



reply via email to

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