Re: Emacs "text" or 'text' color
Dan Gudmundsson <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CANX4uuOUG0cJSiCZ-OFuYJGz69JRYFN2JZEw5SavwLu5virFwQ@mail.gmail.com> |
If I remember correctly erlang.el does not set the colors, emacs handles that, so it is up to you to change your configuration. On Fri, Mar 5, 2021 at 5:53 PM Wes James <[email protected]> wrote: > 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. > > :) >