[Fix #1151] Bind counsel-ag to "C-c a"
This commit is contained in:
parent
d09630aefb
commit
82f496f195
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
(global-set-key (kbd "<f2> u") 'counsel-unicode-char)
|
||||
(global-set-key (kbd "C-c g") 'counsel-git)
|
||||
(global-set-key (kbd "C-c j") 'counsel-git-grep)
|
||||
(global-set-key (kbd "C-c k") 'counsel-ag)
|
||||
(global-set-key (kbd "C-c a") 'counsel-ag)
|
||||
(global-set-key (kbd "C-x l") 'counsel-locate)
|
||||
(define-key minibuffer-local-map (kbd "C-r") 'counsel-minibuffer-history)
|
||||
|
||||
|
|
Loading…
Reference in a new issue