Change company-helm keybindings
This is so I can use the default avy keybindings, which are much more needed.
This commit is contained in:
parent
bf204441a2
commit
11332d582d
4
init.el
4
init.el
@ -345,9 +345,9 @@
|
|||||||
helm
|
helm
|
||||||
:bind
|
:bind
|
||||||
(:map company-mode-map
|
(:map company-mode-map
|
||||||
("C-:" . helm-company)
|
("C-S-j" . helm-company)
|
||||||
:map company-active-map
|
:map company-active-map
|
||||||
("C-:" . helm-company)))
|
("C-S-j" . helm-company)))
|
||||||
|
|
||||||
(use-package projectile
|
(use-package projectile
|
||||||
:config
|
:config
|
||||||
|
Loading…
Reference in New Issue
Block a user