diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-08-07T22·54+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-08-07T22·54+0200 |
commit | 996c5867e6bcb871348f914e460f0d82729d268e (patch) | |
tree | 65c63d71a8c92b197daa0a20a50ee2c4e19d7aa8 /init-functions.el | |
parent | 494cda1ac0728f20b6a6372a6cc5c51aa248a71b (diff) |
Highlight DEBUG
Diffstat (limited to 'init-functions.el')
-rw-r--r-- | init-functions.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-functions.el b/init-functions.el index 9cae3c677dd8..79a9bddc16c4 100644 --- a/init-functions.el +++ b/init-functions.el @@ -119,7 +119,7 @@ Including indent-buffer, which should not be called automatically on save." (defun esk-add-watchwords () (font-lock-add-keywords - nil '(("\\<\\(FIX\\(ME\\)?\\|TODO\\|HACK\\|REFACTOR\\|NOCOMMIT\\)" + nil '(("\\<\\(FIX\\(ME\\)?\\|TODO\\|DEBUG\\|HACK\\|REFACTOR\\|NOCOMMIT\\)" 1 font-lock-warning-face t)))) (defun esk-sudo-edit (&optional arg) |