If I type \Psi and trigger completion, it gets completed to $\Psi$. However, \( is a valid alternative to $. We should let the user choose to use one or the other.
This seems to be the line that would need to be changed: https://github.com/alexeyr/company-auctex/blob/master/company-auctex.el#L195
If I type
\Psiand trigger completion, it gets completed to$\Psi$. However,\(is a valid alternative to$. We should let the user choose to use one or the other.This seems to be the line that would need to be changed: https://github.com/alexeyr/company-auctex/blob/master/company-auctex.el#L195