alexeyr / company-auctex

company-mode autocompletion for auctex
49 stars 18 forks source link

Allow customization of $ vs. \( for inline math #31

Open gsingh93 opened 4 years ago

gsingh93 commented 4 years ago

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