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

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

[elpa] master e89ddb2 31/34: Enable latex backend in org-mode per defaul


From: Vitalie Spinu
Subject: [elpa] master e89ddb2 31/34: Enable latex backend in org-mode per default
Date: Tue, 7 May 2019 16:05:33 -0400 (EDT)

branch: master
commit e89ddb29a13eddd51b27bce7b2575dbc41d3b61c
Author: Kaligule <address@hidden>
Commit: GitHub <address@hidden>

    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

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