From 421adf0557c74f62dfb58bbd87e0fd431db3f268 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 31 May 2018 12:36:07 +0200 Subject: emacs: added `BUG` as a keyword MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') 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 -- cgit v1.2.3