merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 17 Sep 2010 16:05:23 +0300
changeset 478 2e18034ae7fd
parent 473 1334dc79ea80 (current diff)
parent 477 e1adf1d08f5b (diff)
child 479 6ca398b20643
merged
.emacs-my
--- a/.emacs-my	Wed Sep 15 09:41:25 2010 +0300
+++ b/.emacs-my	Fri Sep 17 16:05:23 2010 +0300
@@ -823,7 +823,7 @@
        org-remember-store-without-prompt t
        ) ))
 
-;;; ----------------------------------------------------------------------
+;;; ----------------------------------------------------------------
 ;;; TODO, XXX, FIXME highlight.
 ;; Show blanks and FIXME
 ;; http://www.emacswiki.org/cgi-bin/wiki/EightyColumnRule
@@ -844,7 +844,7 @@
    '(
      ("\t+" 0 'my-tab-face t)
      ("\\<\\(FIXME:?\\|XXX:?\\|TODO:?\\)\\>" 1 'font-lock-warning-face t)
-     ("\\(=\\{7,\\}\\|<\\{7,\\}\\|>\\{7,\\}\\)" 1 'my-contrasty-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)
      ))