Change company-helm keybindings

This is so I can use the default avy keybindings, which are much more
needed.
This commit is contained in:
Gergely Polonkai 2016-10-14 11:12:17 +02:00
parent bf204441a2
commit 11332d582d
1 changed files with 2 additions and 2 deletions

View File

@ -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