From 11332d582d563c1931dbb1425d3a8e47f7616058 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 14 Oct 2016 11:12:17 +0200 Subject: [PATCH] Change company-helm keybindings This is so I can use the default avy keybindings, which are much more needed. --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 3d6ecf1..ba2bd75 100644 --- a/init.el +++ b/init.el @@ -345,9 +345,9 @@ helm :bind (:map company-mode-map - ("C-:" . helm-company) + ("C-S-j" . helm-company) :map company-active-map - ("C-:" . helm-company))) + ("C-S-j" . helm-company))) (use-package projectile :config