Re: Emacs "text" or 'text' color
Wes James <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAFjCMHsKwpvk8oC1_HycHr-hve2Z6KkwC9ChQ+x0VAzWp7esVA@mail.gmail.com> |
I found this to change the color:
https://stackoverflow.com/questions/1076503/change-emacs-syntax-highlighting-colors
Specifically:
"Put the cursor on a face ("color") that you want to change. Hit C-u
C-x =. That will tell you which face(s) are present at that position,
and it will let you click to customize it/them. Save your
customizations."
I thought I could find the .el file and change it, but this works.
:)