Fix company-active-map complete selection binding

This commit is contained in:
Jeremy Dormitzer 2021-02-28 16:06:49 -05:00
parent a0ad4c255d
commit b9f2a52274

View File

@ -8,6 +8,7 @@
:config
(setq tab-always-indent 'complete)
(evil-collection-company-setup)
(general-def company-active-map "RET" #'company-complete-selection)
:custom
(company-idle-delay 0.3)
:general