From 20d2bb941e5d5c9a652018d6458ea68010020c8b Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 5 Feb 2024 16:02:30 -0500 Subject: [PATCH] fix(emacs): change latex maths keybinds Signed-off-by: Lucas Sta Maria --- .emacs.d/include/latexconfig.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"))))