You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trigger suggests: ensure that company-mode bound (#2648)
* Trigger suggests: ensure that `company-mode' bound
Also remove the `defvar' for it, since it isn't needed anywhere else.
* `let'-bind `company-minimum-prefix-length' to 0
This way, `company-auto-begin' will always be triggered in
triggerSuggests, no matter the minimum prefix length.
* Declare `company-minimum-prefix-length'
0 commit comments