Fix company-backends circular-list error in latex

This commit is contained in:
Henrik Lissner 2018-07-30 13:05:02 +02:00
parent 533cb13a02
commit b2b8d5d260
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -63,7 +63,7 @@ To have BACKENDS apply to any mode that is a parent of MODES, set MODES to
(or (eq major-mode mode) ; major modes
(and (boundp mode)
(symbol-value mode))))) ; minor modes
nconc backends)
append backends)
(default-value 'company-backends)))