changeset 1052 | 375c733219fb |
parent 1051 | 1248821d9d0b |
child 1053 | a6a203a2b64c |
--- a/.emacs-my Thu May 23 19:07:32 2013 +0300 +++ b/.emacs-my Wed May 29 16:55:17 2013 +0300 @@ -1379,7 +1379,6 @@ `( ("\t+" 0 'my-tab-face t) ( ,(concat "\\<\\(" (regexp-opt '("TODO" "FIX" "FIXME" "HACK" "XXX")) ":?\\)\\>") 1 'font-lock-warning-face t) - ("\\(=\\|<\\|>\\)\\{7,\\}" 0 'my-contrasty-face t) ;; 64 times, for highlight C-u C-u C-u <key> ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t) ))