equal
deleted
inserted
replaced
898 (add-to-list 'grep-find-ignored-files "*TAGS") |
898 (add-to-list 'grep-find-ignored-files "*TAGS") |
899 (add-to-list 'grep-find-ignored-files "GPATH")) ) |
899 (add-to-list 'grep-find-ignored-files "GPATH")) ) |
900 |
900 |
901 (global-set-key [M-f7] 'rgrep) |
901 (global-set-key [M-f7] 'rgrep) |
902 |
902 |
903 (global-set-key [f7] 'my-ag) |
903 (global-set-key [C-f7] 'my-ag) |
904 (global-set-key [S-f7] 'my-ag-default-directory) |
904 (global-set-key [S-f7] 'my-ag-default-directory) |
905 |
905 |
906 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
906 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
907 (message "highlighting") |
907 (message "highlighting") |
908 |
908 |
1278 |
1278 |
1279 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1279 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1280 (message "project") |
1280 (message "project") |
1281 |
1281 |
1282 (global-set-key (kbd "s-s") #'project-find-file) |
1282 (global-set-key (kbd "s-s") #'project-find-file) |
|
1283 (global-set-key (kbd "<f7>") #'project-find-regexp) |
|
1284 |
|
1285 (global-set-key (kbd "<f3>") #'fileloop-continue) |
|
1286 (global-set-key (kbd "S-<f3>") #'project-search) |
|
1287 (global-set-key (kbd "C-<f3>") #'project-query-replace-regexp) |
1283 |
1288 |
1284 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1289 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1285 (message "helm") |
1290 (message "helm") |
1286 |
1291 |
1287 (cl-eval-when (compile) |
1292 (cl-eval-when (compile) |