From 8f826cb8a355f26792ac1aec36175f0c359850fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 5 Dec 2021 16:59:59 -0500 Subject: company: change to backtab one of the reasons why some languages use for spacing and not autocomplete --- modules/init-company.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/init-company.el b/modules/init-company.el index 7cd0704..c8ad1a5 100644 --- a/modules/init-company.el +++ b/modules/init-company.el @@ -8,8 +8,7 @@ :diminish :bind (:map company-mode-map - ("" . company-complete) - ("" . company-select-previous)) + ("" . company-complete)) :config ;; Global (setq company-idle-delay 1 -- cgit v1.2.3