equal
deleted
inserted
replaced
318 |
318 |
319 (add-to-list 'grep-find-ignored-directories "build" t) |
319 (add-to-list 'grep-find-ignored-directories "build" t) |
320 (add-to-list 'grep-find-ignored-directories "dist" t) |
320 (add-to-list 'grep-find-ignored-directories "dist" t) |
321 (add-to-list 'grep-find-ignored-directories "lib" t) |
321 (add-to-list 'grep-find-ignored-directories "lib" t) |
322 |
322 |
323 (add-to-list 'grep-find-ignored-files "*TAGS") |
323 (when (and (>= emacs-major-version 23) (>= emacs-minor-version 2)) |
324 (add-to-list 'grep-find-ignored-files "GPATH") |
324 (add-to-list 'grep-find-ignored-files "*TAGS") |
|
325 (add-to-list 'grep-find-ignored-files "GPATH") |
|
326 ) |
325 |
327 |
326 (global-set-key [M-f7] 'rgrep) |
328 (global-set-key [M-f7] 'rgrep) |
327 |
329 |
328 ;;; ---------------------------------------------------------------- |
330 ;;; ---------------------------------------------------------------- |
329 ;;; syntax highlighting. |
331 ;;; syntax highlighting. |