diff --git a/modules/completion/siren-company.el b/modules/completion/siren-company.el index f6a78d1..240ce43 100644 --- a/modules/completion/siren-company.el +++ b/modules/completion/siren-company.el @@ -40,7 +40,6 @@ ;; Disable tab and backtab keybindings in company-active-map, as they are used ;; for Copilot completion, and we have a global TAB keybinding for triggering ;; and accepting company-mode completions. - (unbind-key "TAB" company-active-map) (unbind-key "" company-active-map)) (use-package company-box