diff -r 32b54537dd10 -r 1b3ff20c9d5b .emacs-my --- a/.emacs-my Wed Mar 24 23:55:56 2010 +0200 +++ b/.emacs-my Thu Mar 25 21:51:53 2010 +0200 @@ -253,6 +253,8 @@ ;; Do not set t because some grep do not has --color options. (setq grep-highlight-matches nil) (setq grep-use-null-device nil) +;; For find-dired. +(setq find-ls-option '("-exec ls -ld {} \\;" . "-ld")) (global-set-key [M-f7] 'rgrep)