|
|
@ -95,7 +95,7 @@ |
|
|
|
|
|
|
|
|
This functions should be added to the hooks of major modes for programming." |
|
|
This functions should be added to the hooks of major modes for programming." |
|
|
(font-lock-add-keywords |
|
|
(font-lock-add-keywords |
|
|
nil '(("\\<\\(FIX\\(ME\\)?\\|TODO\\|OPTIMIZE\\|HACK\\|REFACTOR\\):" |
|
|
|
|
|
|
|
|
nil '(("\\<\\(\\(FIX\\(ME\\)?\\|TODO\\|OPTIMIZE\\|HACK\\|REFACTOR\\):\\)" |
|
|
1 font-lock-warning-face t)))) |
|
|
1 font-lock-warning-face t)))) |
|
|
|
|
|
|
|
|
;; show the name of the current function definition in the modeline |
|
|
;; show the name of the current function definition in the modeline |
|
|
|