Fix company-backends circular-list error in latex
This commit is contained in:
parent
533cb13a02
commit
b2b8d5d260
1 changed files with 1 additions and 1 deletions
|
@ -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
|
(or (eq major-mode mode) ; major modes
|
||||||
(and (boundp mode)
|
(and (boundp mode)
|
||||||
(symbol-value mode))))) ; minor modes
|
(symbol-value mode))))) ; minor modes
|
||||||
nconc backends)
|
append backends)
|
||||||
(default-value 'company-backends)))
|
(default-value 'company-backends)))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue