mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
(and (boundp mode)
|
||||
(symbol-value mode))))) ; minor modes
|
||||
nconc backends)
|
||||
append backends)
|
||||
(default-value 'company-backends)))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user