.emacs-my
changeset 356 fd1af7a494de
parent 355 5d61f5f5c0e7
child 357 84c8c5f03fd4
equal deleted inserted replaced
355:5d61f5f5c0e7 356:fd1af7a494de
   188 (setq search-highlight t)               ; highlight incremental search
   188 (setq search-highlight t)               ; highlight incremental search
   189 
   189 
   190 ;; ----------------------------------------------------------------------
   190 ;; ----------------------------------------------------------------------
   191 ;; *Occur*
   191 ;; *Occur*
   192 (global-set-key [f7] 'occur)            ; Key binding as in mc
   192 (global-set-key [f7] 'occur)            ; Key binding as in mc
       
   193 
       
   194 ;; ----------------------------------------------------------------------
       
   195 ;; grep, find.
       
   196 (global-set-key [M-f7] 'rgrep)
   193 
   197 
   194 ;; ----------------------------------------------------------------------
   198 ;; ----------------------------------------------------------------------
   195 ;; syntax highlighting.
   199 ;; syntax highlighting.
   196 
   200 
   197 (setq font-lock-maximum-decoration t)
   201 (setq font-lock-maximum-decoration t)