Skip to content

Commit

Permalink
Remove the [return] binding (#530)
Browse files Browse the repository at this point in the history
Autopair doesn't bind it anymore.  Org doesn't seem to either.
  • Loading branch information
dgutov committed Jun 17, 2016
1 parent de9f2e1 commit e357eb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion company.el
Expand Up @@ -643,7 +643,6 @@ asynchronous call into synchronous.")
(define-key keymap [mouse-3] 'company-select-mouse)
(define-key keymap [up-mouse-1] 'ignore)
(define-key keymap [up-mouse-3] 'ignore)
(define-key keymap [return] 'company-complete-selection)
(define-key keymap (kbd "RET") 'company-complete-selection)
(define-key keymap [tab] 'company-complete-common)
(define-key keymap (kbd "TAB") 'company-complete-common)
Expand Down

0 comments on commit e357eb6

Please sign in to comment.