ankurdave / color-identifiers-mode

Emacs minor mode to highlight each source code identifier uniquely based on its name
308 stars 23 forks source link

README.md: avoid warnings in face-remap example #96

Closed Hi-Angel closed 1 year ago

Hi-Angel commented 1 year ago

Using it the way the example suggests will result in harmless warnings in Messages buffer, described here.

Unable to load color ""

As described on the same page, more correct way to drop unwanted highlight would be to inherit the default style in face-remap call.

As a side note, I've been using this "default style remap" for 2 years now with no problems.