counsel-ag set to C-c k

This commit is contained in:
Sameer Rahmani 2018-02-13 21:55:51 +00:00
parent 2cb5db6496
commit 5d2b2524f3
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@
(global-set-key (kbd "<f1> f") 'counsel-describe-function)
(global-set-key (kbd "<f1> v") 'counsel-describe-variable)
(global-set-key (kbd "<f1> l") 'counsel-find-library)
(global-set-key (kbd "C-c k") 'counsel-ag)
(global-set-key (kbd "C-c C-r") 'ivy-resume))
;; Swiper ---------------------------------------------------