merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 20 Sep 2010 16:07:59 +0300
changeset 481 5d5811a03d28
parent 479 6ca398b20643 (diff)
parent 480 e8ca3a1d9227 (current diff)
child 482 3e7cbd0ad5f0
merged
.emacs-my
--- a/.emacs-my	Mon Sep 20 12:35:48 2010 +0300
+++ b/.emacs-my	Mon Sep 20 16:07:59 2010 +0300
@@ -526,8 +526,9 @@
 ;; Force use 'ls-lisp-format-time-list'.
 (setq ls-lisp-use-localized-time-format t)
 (setq ls-lisp-format-time-list
-      '("%Y-%m-%d %H:%M"
-        "%Y-%m-%d      "))
+      '("%Y-%m-%d %H:%M:%S"
+        "%Y-%m-%d %H:%M   "))
+(require 'ls-lisp)
 
 ;;; ----------------------------------------------------------------
 ;;; compression, archive.
@@ -823,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
@@ -844,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)
      ))