counsel find file removed

This commit is contained in:
Sameer Rahmani 2017-08-21 17:34:21 +01:00
parent 11abaff474
commit 71191e009b
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@
(setq ivy-use-virtual-buffers t)
(setq enable-recursive-minibuffers t)
(global-set-key (kbd "M-x") 'counsel-M-x)
(global-set-key (kbd "C-x C-f") 'counsel-find-file)
(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)