1
0
Fork 0

Update comment keywords

This commit is contained in:
Jeremy Kaplan 2017-11-06 12:24:53 -08:00 committed by Jeremy Kaplan
commit 711aaec5d6

View file

@ -176,7 +176,7 @@
(add-hook 'prog-mode-hook
(lambda ()
(font-lock-add-keywords nil
'(("\\(FIXME\\|TODO\\|BUG\\|QQ\\):" 0 font-lock-warning-face t)))))
'(("\\(FIXME\\|TODO\\|BUG\\|\\?\\?\\):" 0 font-lock-warning-face t)))))
(require 'org-install)
(require 'evil-org)