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

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)))