From 4bfc388592c77708747d76295cef114205b1c18b Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 3 Nov 2018 07:35:23 +0100 Subject: [PATCH] [Helm] Simplify key binding for main mode map --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 7cc48f1..6d9d32a 100644 --- a/init.el +++ b/init.el @@ -231,7 +231,6 @@ (when (package-installed-p 'helm) (bind-key "M-y" #'helm-show-kill-ring) - (bind-key "C-c h" #'helm-command-prefix) (bind-key "#" #'helm-emms helm-command-map)) (when (package-installed-p 'crux) @@ -978,7 +977,7 @@ are assumed to be of the form *.crt." :commands (hippie-expand)) (use-package helm-config - :config (unbind-key helm-command-prefix-key)) + :init (setq helm-command-prefix-key "C-c h")) (use-package helm :commands (helm-show-kill-ring