.emacs-my
changeset 542 22eb7a31b689
parent 541 3d913b8531f4
child 547 9f098b5f9269
--- a/.emacs-my	Mon Jan 17 22:38:55 2011 +0200
+++ b/.emacs-my	Tue Jan 18 00:03:25 2011 +0200
@@ -323,6 +323,12 @@
   (setq null-device "/dev/null")
   )
 
+;; -ls produce very noisy output:
+;; (setq find-ls-option '("-ls" . ""))
+;; So I use next expression, which work with GNU find, I replace %s with '0'
+;; to avoid unnecessary sys calls and this make output aligned by column:
+(setq find-ls-option '("-printf ' -rw-rw-rw- 0 %AY-%Am-%Ad %AH:%AM %p\n'" . ""))
+
 ;; Do not set t because some grep do not has --color options.
 (setq grep-highlight-matches nil)
 (setq grep-use-null-device nil)