Add key bindings for ag and ag-regexp

This commit is contained in:
Gergely Polonkai 2016-09-29 08:25:07 +02:00
parent 3895ed7855
commit 4835362c4d
1 changed files with 3 additions and 0 deletions

View File

@ -545,3 +545,6 @@ Version 2016-02-16"
(global-set-key (kbd "C-x ~") 'toggle-char-case)
(require 'magithub)
(global-set-key (kbd "C-x M-a") 'ag)
(global-set-key (kbd "C-x C-M-a") 'ag-regexp)