.emacs-my
changeset 1418 a824a9955b53
parent 1417 920558cbf675
child 1419 5ef1ab1064d4
--- a/.emacs-my	Thu Aug 25 21:16:35 2016 +0300
+++ b/.emacs-my	Thu Aug 25 21:27:19 2016 +0300
@@ -749,7 +749,7 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "grep, find")
 
-(eval-when 'compile (require 'grep))
+(eval-when 'compile (require 'find-dired))
 
 ;; -ls produce very noisy output:
 ;; (setq find-ls-option '("-ls" . ""))
@@ -757,6 +757,8 @@
 ;; to avoid unnecessary sys calls and this make output aligned by column:
 (setq find-ls-option '("-printf ' -rw-rw-rw- %9s %AY-%Am-%Ad %AH:%AM %p\n'" . ""))
 
+(eval-when 'compile (require 'grep))
+
 ;; Do not set t because some grep do not has --color options.
 (setq grep-highlight-matches nil)
 (setq grep-use-null-device nil)