equal
deleted
inserted
replaced
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-use-null-device t) |
360 grep-use-null-device t) |
361 (setq blink-matching-paren-on-screen t) |
|
362 |
361 |
363 ;; ---------------------------------------------------------------------- |
362 ;; ---------------------------------------------------------------------- |
364 ;; Music |
363 ;; Music |
365 (setq gnus-audio-au-player "winamp.exe" |
364 (setq gnus-audio-au-player "winamp.exe" |
366 gnus-audio-directory "D:\\music" |
365 gnus-audio-directory "D:\\music" |