Skip to content

Instantly share code, notes, and snippets.

@jeekl
Created October 1, 2013 08:37

Revisions

  1. jeekl created this gist Oct 1, 2013.
    4 changes: 4 additions & 0 deletions gistfile1.el
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    (add-hook 'find-file-hook
    (lambda ()
    (font-lock-add-keywords nil '(("\\(@todo\\|@fixme\\|XXX\\|TODO\\|FIXME\\|REFACTOR\\|HACK\\|BUG\\)"
    1 font-lock-warning-face t)))))