about summary refs log tree commit diff
path: root/init-functions.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-08-07T22·54+0200
committerVincent Ambo <vincent@spotify.com>2013-08-07T22·54+0200
commit996c5867e6bcb871348f914e460f0d82729d268e (patch)
tree65c63d71a8c92b197daa0a20a50ee2c4e19d7aa8 /init-functions.el
parent494cda1ac0728f20b6a6372a6cc5c51aa248a71b (diff)
Highlight DEBUG
Diffstat (limited to 'init-functions.el')
-rw-r--r--init-functions.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-functions.el b/init-functions.el
index 9cae3c677d..79a9bddc16 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)