chore(completion/company): remove needless unbind-key call

This commit is contained in:
Jim Myhrberg
2024-12-16 18:15:31 +00:00
parent b665226d48
commit 6ddfb4bf52

View File

@@ -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 "<backtab>" company-active-map))
(use-package company-box