emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 3481f03 32/34: Merge pull request #15 from Kaligule/patch-


From: Vitalie Spinu
Subject: [elpa] master 3481f03 32/34: Merge pull request #15 from Kaligule/patch-1
Date: Tue, 7 May 2019 16:05:34 -0400 (EDT)

branch: master
commit 3481f03ebb6a613ff85b71ca8edd2d5842c49012
Merge: 7e7f8c7 e89ddb2
Author: Vitalie Spinu <address@hidden>
Commit: GitHub <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]