mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(completion/company): remove needless unbind-key call
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user