Set ptoper search pattern for find-dired (in find-dired code there is exist
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 27 Dec 2009 12:50:10 +0200
changeset 222 1e9b259f8abe
parent 221 e7d927423ff7
child 223 64c9bc1e5847
Set ptoper search pattern for find-dired (in find-dired code there is exist literary mutch for find-ls-option, we take one that not mutch, so it no transformed).
.emacs-my
--- a/.emacs-my	Thu Dec 17 22:49:43 2009 +0200
+++ b/.emacs-my	Sun Dec 27 12:50:10 2009 +0200
@@ -557,6 +557,7 @@
   (setq explicit-shell-file-name "bash")
   (setq explicit-bash-args '("-i"))
   (setq explicit-sh-args '("-i"))
+  (setq find-ls-option '("-exec ls -ld {} ;" . "-ld"))
   )
 
 ;; ======================================================================