summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs b/.emacs
index f95c7ef..10f1b2a 100644
--- a/.emacs
+++ b/.emacs
@@ -71,8 +71,8 @@
'(;; Punctuation
("..." ?…)
;; Math symbols
- ("~~" ?≈) ("~~_" ?≊) ("~=" ?≅) ("~_" ?≃)
- ("=_" ?≡) ("^=" ?≙) (":=" ?≔)
+ ("~~" ?≈) ("~~=" ?≊) ("~==" ?≅) ("~=" ?≃)
+ ("==" ?≡) ("^=" ?≙) (":=" ?≔)
("<=" ?≤) (">=" ?≥)
("-->" ?→) ("-/>" ?↛) ("==>" ?⇒) ("=/>" ?⇏)
("<--" ?←) ("</-" ?↚) ("<==" ?⇐) ("</=" ?⇍)