spacemacs/layers/+distribution
Fabien Dubosson 6def1a480b Use hl-todo for TODOs/FIXMEs highlighting
The current way to highlight TODOs is `spacemacs/highlight-TODO-words`
which is a spacemacs' hard-coded function.

This commit changes it for the `hl-todo` package. This imply:

- More keywords are supported out of the box.

- Keywords are associated to faces, so they are shown in different
  colors.

- Keywords are stored with their faces in a list, so it's easier for
  users to add their own keywords and faces (as contrary to a regexp).

- It is possible to disable highlighting by simply excluding the
  package.
2015-12-07 19:39:38 +01:00
..
spacemacs keys: Don't specify C-i as a binding key 2015-12-05 13:18:37 -05:00
spacemacs-base Use hl-todo for TODOs/FIXMEs highlighting 2015-12-07 19:39:38 +01:00