From 54236fdcea0404410d4445447cba05d0ce1dc896 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 15 Sep 2017 17:53:59 +0200 Subject: [PATCH] [Misc] Minor cosmetics --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index d75d0ba..11e78bf 100644 --- a/init.el +++ b/init.el @@ -181,7 +181,7 @@ ;; Overwrite certain keybindings only if packages are avilable (when (package-installed-p 'counsel) - (bind-key "M-x" #'counsel-M-x) ; gets nicer sorting with smex installed + (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)