We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96b236 commit d8cc7c9Copy full SHA for d8cc7c9
contrib/auto-completion/packages.el
@@ -86,7 +86,6 @@
86
(define-key map [tab] 'company-complete-common)
87
(define-key map (kbd "TAB") 'company-complete-common)
88
(define-key map (kbd "<tab>") 'company-complete-common)
89
- (define-key map [escape] 'company-abort)
90
(define-key map (kbd "C-j") 'company-select-next)
91
(define-key map (kbd "C-k") 'company-select-previous)
92
(define-key map (kbd "C-/") 'company-search-candidates)
0 commit comments