diff --git a/.emacs.d/include/latexconfig.el b/.emacs.d/include/latexconfig.el index 55a5927..d0d575d 100644 --- a/.emacs.d/include/latexconfig.el +++ b/.emacs.d/include/latexconfig.el @@ -146,7 +146,8 @@ (?. ("\\cdots" "\\ldots")) (?* ("\\cdot" "\\times")) (?# ("\\mathbb" "\\mathcal")) - (?= ("\\Leftrightarrow" "\\Longleftrightarrow" "\\equiv")))) + (?= ("\\Leftrightarrow" "\\Longleftrightarrow" "\\equiv")) + (?| ("\\mapsto" "\\longmapsto" "\\mid")))) (setq cdlatex-math-modify-alist '((?b "\\mathbb" "\\textbf" t nil nil)