branch: master
commit d0db15e6c8412094cbdb05e6a5b43f0bfb576b52
Author: Vitalie Spinu <spinu...@gmail.com>
Commit: Vitalie Spinu <spinu...@gmail.com>

    [Fix #6] Add `tex-math` to `company-math-allow-latex-symbols-in-faces`
---
 company-math.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company-math.el b/company-math.el
index 7d8efab..7f944ed 100644
--- a/company-math.el
+++ b/company-math.el
@@ -54,7 +54,7 @@ When set to special value t, allow on all faces except those 
in
   :type '(choice (const t)
                 (repeat :tag "Faces" symbol)))
 
-(defcustom company-math-allow-latex-symbols-in-faces '(font-latex-math-face)
+(defcustom company-math-allow-latex-symbols-in-faces '(tex-math 
font-latex-math-face)
   "List of faces to disallow the insertion of latex mathematical symbols.
 When set to special value t, allow on all faces except those in
 `company-math-disallow-latex-symbols-in-faces'."

Reply via email to