From e487f9500eeb07b99d1555c8ee2c57671a4027bd Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sat, 24 Feb 2024 19:37:39 -0500 Subject: [PATCH] fix(emacs): modify `+` and `-` auctex keybinds Signed-off-by: Lucas Sta Maria --- .emacs.d/include/latexconfig.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/include/latexconfig.el b/.emacs.d/include/latexconfig.el index 2918dfc..e568029 100644 --- a/.emacs.d/include/latexconfig.el +++ b/.emacs.d/include/latexconfig.el @@ -60,8 +60,8 @@ (?m ("\\mu" "\\mod")) (?0 ("\\varnothing" "\\emptyset")) (?! ("\\not" "\\neq")) - (?- ("\\neg")) - (?+ ("\\cup" "\\cap")) + (?- ("\\neg" "" "\\bot")) + (?+ ("\\cup" "\\cap" "\\top")) (?{ ("\\subset" "\\subseteq")) (?} ("\\supset" "\\supseteq")) (?. ("\\cdots" "\\ldots"))