Remove some unused key binding

This commit is contained in:
Daniel - 2023-02-18 12:16:02 +01:00
parent 25912eeb3d
commit d30669571c
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 0 additions and 1 deletions

View File

@ -248,7 +248,6 @@
(when (package-installed-p 'counsel)
(bind-key "M-x" #'counsel-M-x) ; gets nicer sorting with smex installed
(bind-key "C-c r" #'counsel-recentf)
(bind-key "C-x C-f" #'counsel-find-file)
(bind-key "C-h f" #'counsel-describe-function)
(bind-key "C-h v" #'counsel-describe-variable)