branch: master
commit e89ddb29a13eddd51b27bce7b2575dbc41d3b61c
Author: Kaligule <c...@schauderbasis.de>
Commit: GitHub <nore...@github.com>

    Enable latex backend in org-mode per default
    
    Since org-mode uses latex syntax for formulars, this might be usefull. This 
was discussed in issue #14.
---
 company-math.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company-math.el b/company-math.el
index d087ab9..734c51f 100644
--- a/company-math.el
+++ b/company-math.el
@@ -88,7 +88,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 '(tex-math 
font-latex-math-face)
+(defcustom company-math-allow-latex-symbols-in-faces '(tex-math 
font-latex-math-face org-latex-and-related)
   "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