diff --git a/init.org b/init.org index b64f091..6ccb82d 100644 --- a/init.org +++ b/init.org @@ -398,12 +398,13 @@ Windows Theme: (use-package company :defer 1 :bind - (:map company-active-map - ("RET" . nil) - ([return] . nil) - ("TAB" . company-complete-selection) - ([tab] . company-complete-selection) - ("" . company-complete-common)) + (("C-" . company-complete) + :map company-active-map + ("RET" . nil) + ([return] . nil) + ("TAB" . company-complete-selection) + ([tab] . company-complete-selection) + ("" . company-complete-common)) :hook (after-init . global-company-mode) :config