diff --git a/.emacs.d/include/latexconfig.el b/.emacs.d/include/latexconfig.el index 80ea059..2918dfc 100644 --- a/.emacs.d/include/latexconfig.el +++ b/.emacs.d/include/latexconfig.el @@ -59,7 +59,8 @@ (?S ("\\Sigma" "\\sum")) (?m ("\\mu" "\\mod")) (?0 ("\\varnothing" "\\emptyset")) - (?- ("\\not" "\\neg")) + (?! ("\\not" "\\neq")) + (?- ("\\neg")) (?+ ("\\cup" "\\cap")) (?{ ("\\subset" "\\subseteq")) (?} ("\\supset" "\\supseteq"))