mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix company-backends circular-list error in latex
This commit is contained in:
@ -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)))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user