Color highlights have vanished in emacs
Posted
by
Jim Kiley
on Super User
See other posts from Super User
or by Jim Kiley
Published on 2012-07-03T13:31:12Z
Indexed on
2012/07/03
15:18 UTC
Read the original article
Hit count: 224
emacs
I'm using emacs on a remote Linux server that I access via ssh.
I'm editing C files that have a non-standard suffix, so I have had to manually enter c-mode with M-x c-mode every time I open one of those files.
I found this to be annoying so I started monkeying with my .emacs to make that problem go away. This made all the color highlights in c-mode go away instead. Correction: All my color highlights are gone.
I've removed the .emacs file, logged out and logged back in, but now, the color highlights are gone.
I miss them! They were very helpful How do I get them back?
© Super User or respective owner