.emacs-my
changeset 375 1b3ff20c9d5b
parent 372 32b54537dd10
child 376 d4f1dcfdafe6
equal deleted inserted replaced
372:32b54537dd10 375:1b3ff20c9d5b
   251 ;; This pattern oriented to POSIX like sh shell and availability of GNU grep for -H option.
   251 ;; This pattern oriented to POSIX like sh shell and availability of GNU grep for -H option.
   252 (setq grep-find-template "find . <X> -type f <F> -exec grep <C> -nH <R> {} \\;")
   252 (setq grep-find-template "find . <X> -type f <F> -exec grep <C> -nH <R> {} \\;")
   253 ;; Do not set t because some grep do not has --color options.
   253 ;; Do not set t because some grep do not has --color options.
   254 (setq grep-highlight-matches nil)
   254 (setq grep-highlight-matches nil)
   255 (setq grep-use-null-device nil)
   255 (setq grep-use-null-device nil)
       
   256 ;; For find-dired.
       
   257 (setq find-ls-option '("-exec ls -ld {} \\;" . "-ld"))
   256 
   258 
   257 (global-set-key [M-f7] 'rgrep)
   259 (global-set-key [M-f7] 'rgrep)
   258 
   260 
   259 ;; ----------------------------------------------------------------------
   261 ;; ----------------------------------------------------------------------
   260 ;; syntax highlighting.
   262 ;; syntax highlighting.