branch: master
commit 3481f03ebb6a613ff85b71ca8edd2d5842c49012
Merge: 7e7f8c7 e89ddb2
Author: Vitalie Spinu <spinu...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #15 from Kaligule/patch-1
    
    Enable latex backend in org-mode per default
---
 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