Move helm-company related bindings to its own use-package
This commit is contained in:
parent
a349857359
commit
92fde9d71e
11
init.el
11
init.el
@ -310,13 +310,18 @@
|
||||
(sml/setup))
|
||||
|
||||
(use-package company
|
||||
:config
|
||||
(global-company-mode))
|
||||
|
||||
(use-package helm-company
|
||||
:after
|
||||
company
|
||||
helm
|
||||
:bind
|
||||
(:map company-mode-map
|
||||
("C-:" . helm-company)
|
||||
:map company-active-map
|
||||
("C-:" . helm-company))
|
||||
:config
|
||||
(global-company-mode t))
|
||||
("C-:" . helm-company)))
|
||||
|
||||
(use-package projectile
|
||||
:config
|
||||
|
Loading…
Reference in New Issue
Block a user