merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 19 Sep 2010 22:56:24 +0300
changeset 479 6ca398b20643
parent 475 bb2bc4c0192a (current diff)
parent 478 2e18034ae7fd (diff)
child 481 5d5811a03d28
merged
.emacs-my
--- a/.emacs-my	Sat Sep 18 19:00:49 2010 +0300
+++ b/.emacs-my	Sun Sep 19 22:56:24 2010 +0300
@@ -824,7 +824,7 @@
        org-remember-store-without-prompt t
        ) ))
 
-;;; ----------------------------------------------------------------------
+;;; ----------------------------------------------------------------
 ;;; TODO, XXX, FIXME highlight.
 ;; Show blanks and FIXME
 ;; http://www.emacswiki.org/cgi-bin/wiki/EightyColumnRule
@@ -845,7 +845,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)
      ))