dev: Remove keybinding to insert code completion

This commit is contained in:
finga 2025-03-11 06:51:29 +01:00
parent e6ea3ccca2
commit 5a8a18bc74

View file

@ -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)