equal
deleted
inserted
replaced
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) |