1
0
Fork 0

fix(emacs): modify + and - auctex keybinds

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-24 19:37:39 -05:00
parent 03ed4b529b
commit e487f9500e
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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"))