Fix accidental definition for "r e t u r n" when company is active
This commit is contained in:
parent
38d8d15587
commit
6e7cde6623
1
init.el
1
init.el
|
@ -218,7 +218,6 @@
|
||||||
company-sort-by-backend-importance
|
company-sort-by-backend-importance
|
||||||
company-sort-by-occurrence))
|
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 "return") nil)
|
|
||||||
(define-key company-active-map (kbd "RET") 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-`") #'company-complete-selection)
|
||||||
(define-key company-active-map (kbd "M-n") #'company-select-next)
|
(define-key company-active-map (kbd "M-n") #'company-select-next)
|
||||||
|
|
Loading…
Reference in a new issue