company: change to backtab
one of the reasons why some languages use <tab> for spacing and not autocomplete
This commit is contained in:
parent
f53864a714
commit
8f826cb8a3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user