changeset 1293 | 064ea72c81c9 |
parent 1292 | b515e071a52c |
child 1296 | 9750529d15df |
--- a/.emacs-my Sat Sep 19 19:08:31 2015 +0300 +++ b/.emacs-my Sat Sep 26 19:29:44 2015 +0300 @@ -1638,7 +1638,7 @@ `( ( ,(concat "\\<\\(" (regexp-opt '("TODO" "FIX" "FIXME" "HACK" "XXX")) ":?\\)\\>") 1 'font-lock-warning-face t) ;; 64 times, for highlight C-u C-u C-u <key> - ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t) + ;; ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t) )) )