diff --git a/init.el b/init.el index f513562..4f4b88b 100644 --- a/init.el +++ b/init.el @@ -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)