Fix accidental definition for "r e t u r n" when company is active

This commit is contained in:
outfoxxed 2022-12-08 13:03:04 -08:00
parent 38d8d15587
commit 6e7cde6623
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -218,7 +218,6 @@
company-sort-by-backend-importance
company-sort-by-occurrence))
(define-key company-active-map (kbd "<return>") nil)
(define-key company-active-map (kbd "return") nil)
(define-key company-active-map (kbd "RET") nil)
(define-key company-active-map (kbd "M-`") #'company-complete-selection)
(define-key company-active-map (kbd "M-n") #'company-select-next)