about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--init-functions.el2
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)