emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master e357eb6 164/173: Remove the [return] binding (#530)


From: Dmitry Gutov
Subject: [elpa] master e357eb6 164/173: Remove the [return] binding (#530)
Date: Thu, 23 Jun 2016 00:28:48 +0000 (UTC)

branch: master
commit e357eb695f9f0d5274b1ec5ce5c854a71650c115
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Remove the [return] binding (#530)
    
    Autopair doesn't bind it anymore.  Org doesn't seem to either.
---
 company.el |    1 -
 1 file changed, 1 deletion(-)

diff --git a/company.el b/company.el
index 7ea4b08..a92f678 100644
--- a/company.el
+++ b/company.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]