.emacs-my
changeset 559 290aff3dde17
parent 558 bbced9833ed2
child 560 9ace43469185
equal deleted inserted replaced
558:bbced9833ed2 559:290aff3dde17
   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.