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

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

[elpa] master d0db15e 13/34: [Fix #6] Add `tex-math` to `company-math-al


From: Vitalie Spinu
Subject: [elpa] master d0db15e 13/34: [Fix #6] Add `tex-math` to `company-math-allow-latex-symbols-in-faces`
Date: Tue, 7 May 2019 16:05:26 -0400 (EDT)

branch: master
commit d0db15e6c8412094cbdb05e6a5b43f0bfb576b52
Author: Vitalie Spinu <address@hidden>
Commit: Vitalie Spinu <address@hidden>

    [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

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