Skip to content

Commit d8cc7c9

Browse files
committed
company: remove ESC binding to abort company
resolve #1372
1 parent f96b236 commit d8cc7c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/auto-completion/packages.el

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
(define-key map [tab] 'company-complete-common)
8787
(define-key map (kbd "TAB") 'company-complete-common)
8888
(define-key map (kbd "<tab>") 'company-complete-common)
89-
(define-key map [escape] 'company-abort)
9089
(define-key map (kbd "C-j") 'company-select-next)
9190
(define-key map (kbd "C-k") 'company-select-previous)
9291
(define-key map (kbd "C-/") 'company-search-candidates)

0 commit comments

Comments
 (0)