--- 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)
))