diff --git a/.emacs.d/include/latexconfig.el b/.emacs.d/include/latexconfig.el index ed558bd..80ea059 100644 --- a/.emacs.d/include/latexconfig.el +++ b/.emacs.d/include/latexconfig.el @@ -63,7 +63,8 @@ (?+ ("\\cup" "\\cap")) (?{ ("\\subset" "\\subseteq")) (?} ("\\supset" "\\supseteq")) - (?. ("\\cdot" "\\cdots" "\\ldots")) + (?. ("\\cdots" "\\ldots")) + (?* ("\\cdot" "\\times")) (?# ("\\mathbb" "\\mathcal")) (?= ("\\Leftrightarrow" "\\Longleftrightarrow" "\\cong"))))