aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.org b/emacs/init.org
index c303987..c221d62 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -1773,7 +1773,7 @@ First of all, define a function that identifies some warning keywords
"Hook for enabling the warning face on strings with a warning prefix."
(font-lock-add-keywords nil
- '(("\\(XXX\\|FIXME\\|TODO\\|HACK\\|NOTE\\)"
+ '(("\\(XXX\\|FIXME\\|TODO\\|HACK\\|NOTE\\|BUG\\)"
1 font-lock-warning-face prepend))))
#+END_SRC