diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-05-31 12:36:07 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-05-31 12:36:07 +0200 |
| commit | 421adf0557c74f62dfb58bbd87e0fd431db3f268 (patch) | |
| tree | 4aed87b5c0a1e089843be35db094ba644ce7bb8a /emacs/init.org | |
| parent | 980b4036231398a653c2208d7f44598ac046536e (diff) | |
| download | dotfiles-421adf0557c74f62dfb58bbd87e0fd431db3f268.tar.gz dotfiles-421adf0557c74f62dfb58bbd87e0fd431db3f268.zip | |
emacs: added `BUG` as a keyword
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 2 |
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 |
