.emacs-my
changeset 1298 f25b62528baa
parent 1296 9750529d15df
child 1300 361aa3be7455
--- a/.emacs-my	Wed Oct 14 21:19:21 2015 +0300
+++ b/.emacs-my	Wed Oct 21 23:47:13 2015 +0300
@@ -678,7 +678,7 @@
 ;; (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'" . ""))
+(setq find-ls-option '("-printf ' -rw-rw-rw- %9s %AY-%Am-%Ad %AH:%AM %p\n'" . ""))
 
 ;; Do not set t because some grep do not has --color options.
 (setq grep-highlight-matches nil)