dev: Remove keybinding to insert code completion
This commit is contained in:
parent
e6ea3ccca2
commit
5a8a18bc74
1 changed files with 1 additions and 5 deletions
|
@ -57,8 +57,4 @@
|
|||
:ensure t)
|
||||
|
||||
(use-package company
|
||||
:ensure t
|
||||
:bind (:map company-active-map
|
||||
("RET" . nil)
|
||||
("<return>" . nil)
|
||||
("M-RET" . company-complete-selection)))
|
||||
:ensure t)
|
||||
|
|
Loading…
Add table
Reference in a new issue