# HG changeset patch # User Oleksandr Gavenko # Date 1556545772 -10800 # Node ID 51e7636bcf351a33e3cc902da9b372141401be5a # Parent 5811230692a3403f2765590431a8c127345f4f3e Added EDITED to TODO keywords. diff -r 5811230692a3 -r 51e7636bcf35 .emacs-my --- a/.emacs-my Fri Apr 26 12:15:39 2019 +0300 +++ b/.emacs-my Mon Apr 29 16:49:32 2019 +0300 @@ -1931,12 +1931,10 @@ (dolist (mode (append my-devel-mode-list my-text-mode-list)) (font-lock-add-keywords mode - `( - ( ,(concat "\\<\\(" (regexp-opt '("TODO" "FIX" "FIXME" "HACK" "XXX")) ":?\\)\\>") 1 'font-lock-warning-face t) + `(( ,(concat "\\<\\(" (regexp-opt '("TODO" "FIX" "FIXME" "HACK" "XXX" "EDITED")) ":?\\)\\>") 1 'font-lock-warning-face t) ;; 64 times, for highlight C-u C-u C-u ;; ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t) - )) - ) + ))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "mail, message")