From 996c5867e6bcb871348f914e460f0d82729d268e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 8 Aug 2013 00:54:35 +0200 Subject: Highlight DEBUG --- init-functions.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init-functions.el') 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) -- cgit 1.4.1