Skip to content

Commit

Permalink
Add NOTE to custom watch words.
Browse files Browse the repository at this point in the history
  • Loading branch information
knaveofdiamonds committed Nov 30, 2010
1 parent e1bea62 commit 130544b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/roland-hooks.el
Expand Up @@ -20,7 +20,7 @@

(defun add-watchwords ()
(font-lock-add-keywords
nil '(("\\<\\(FIX\\|TODO\\|FIXME\\|HACK\\|REFACTOR\\):"
nil '(("\\<\\(FIX\\|TODO\\|FIXME\\|HACK\\|REFACTOR\\|NOTE\\):"
1 font-lock-warning-face t))))

(add-hook 'coding-hook 'local-column-number-mode)
Expand Down

0 comments on commit 130544b

Please sign in to comment.