technomancy / emacs-starter-kit

[ARCHIVED] this is ancient history
GNU General Public License v3.0
2.87k stars 887 forks source link

The words 'fix' and 'error' are being highlighted by something from emacs-starter-kit, and I don't know how to turn it off #169

Closed kozross closed 9 years ago

kozross commented 9 years ago

Basically what the title says. Suppose I have something like this:

(defun foo (x) (declare (fixnum x))...

The 'fix' is picked out in an annoying colour, and I can't seem to get rid of it. The same also happens to the word 'error'. How would I turn this off?

technomancy commented 9 years ago

You can dig around in the font lock rules, but I would recommend not using the starter kit (or other starter-kit-like things) any more; it's deprecated for exactly this reason. Too many random things thrown together with no documentation.

Take a look at this instead: https://github.com/technomancy/better-defaults/