equal
deleted
inserted
replaced
355 ;; ---------------------------------------------------------------------- |
355 ;; ---------------------------------------------------------------------- |
356 ;; *grep* |
356 ;; *grep* |
357 (setq grep-command "find . -name '*' -exec grep -nH '' {} ;" |
357 (setq grep-command "find . -name '*' -exec grep -nH '' {} ;" |
358 grep-find-command "find . '(' -name .svn -o -name CVS -o -name .hg -o -name _darcs -o -name .git ')' -prune -o -type f -name '*' -print0 | xargs -0 -e grep -nH " |
358 grep-find-command "find . '(' -name .svn -o -name CVS -o -name .hg -o -name _darcs -o -name .git ')' -prune -o -type f -name '*' -print0 | xargs -0 -e grep -nH " |
359 grep-highlight-matches nil ; do not set t because some grep do not has --color options |
359 grep-highlight-matches nil ; do not set t because some grep do not has --color options |
360 grep-tree-command "find <D> <X> -type f <F> -print0 | xargs -0 -e grep <C> -nH <R>" |
|
361 grep-use-null-device t) |
360 grep-use-null-device t) |
362 (setq blink-matching-paren-on-screen t) |
361 (setq blink-matching-paren-on-screen t) |
363 |
362 |
364 ;; ---------------------------------------------------------------------- |
363 ;; ---------------------------------------------------------------------- |
365 ;; Music |
364 ;; Music |