Add key bindings for ag and ag-regexp
This commit is contained in:
parent
3895ed7855
commit
4835362c4d
3
init.el
3
init.el
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user