From 71be4bff9cb84e071649a21e6b7c8d58ca509e9c Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 29 Feb 2024 12:05:24 -0500 Subject: [PATCH] fix(emacs): use `equiv` instead of `cong` Signed-off-by: Lucas Sta Maria --- .emacs.d/include/latexconfig.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/include/latexconfig.el b/.emacs.d/include/latexconfig.el index 675036f..daec6e2 100644 --- a/.emacs.d/include/latexconfig.el +++ b/.emacs.d/include/latexconfig.el @@ -142,7 +142,7 @@ (?. ("\\cdots" "\\ldots")) (?* ("\\cdot" "\\times")) (?# ("\\mathbb" "\\mathcal")) - (?= ("\\Leftrightarrow" "\\Longleftrightarrow" "\\cong")))) + (?= ("\\Leftrightarrow" "\\Longleftrightarrow" "\\equiv")))) (setq cdlatex-math-modify-alist '((?b "\\mathbb" "\\textbf" t nil nil)