From d30669571c16a8f63755a8aae60c57b48b8eb957 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 18 Feb 2023 12:16:02 +0100 Subject: [PATCH] Remove some unused key binding --- init.el | 1 - 1 file changed, 1 deletion(-) 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)