Skip to content

Commit

Permalink
company: remove ESC binding to abort company
Browse files Browse the repository at this point in the history
resolve #1372
  • Loading branch information
syl20bnr committed Apr 27, 2015
1 parent f96b236 commit d8cc7c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/auto-completion/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
(define-key map [tab] 'company-complete-common)
(define-key map (kbd "TAB") 'company-complete-common)
(define-key map (kbd "<tab>") 'company-complete-common)
(define-key map [escape] 'company-abort)
(define-key map (kbd "C-j") 'company-select-next)
(define-key map (kbd "C-k") 'company-select-previous)
(define-key map (kbd "C-/") 'company-search-candidates)
Expand Down

0 comments on commit d8cc7c9

Please sign in to comment.