company: change to backtab

one of the reasons why some languages use <tab> for spacing and not autocomplete
This commit is contained in:
Jesús 2021-12-05 16:59:59 -05:00
parent f53864a714
commit 8f826cb8a3
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -8,8 +8,7 @@
:diminish
:bind
(:map company-mode-map
("<tab>" . company-complete)
("<backtab>" . company-select-previous))
("<backtab>" . company-complete))
:config
;; Global
(setq company-idle-delay 1