I want to change the face used for comments,
depending on which mode (language) I am in.

I'm already doing something like this:

(custom-set-faces
 '(font-lock-comment-face
     ((t ( :foreground "red")))))

For example, in C, I want keywords to be colored in red,
and in Lisp, I want keywords to be colored as blue.
How can I do that?
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to