summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 8a38124..b21a3f7 100644
--- a/.emacs
+++ b/.emacs
@@ -58,6 +58,7 @@
;; Math symbols
("~~" ?≈) ("~~_" ?≊) ("~=" ?≅) ("~_" ?≃)
("=_" ?≡) ("^=" ?≙) (":=" ?≔)
+ ("<=" ?≤) (">=" ?≥)
("-->" ?→) ("-/>" ?↛) ("==>" ?⇒) ("=/>" ?⇏)
("<--" ?←) ("</-" ?↚) ("<==" ?⇐) ("</=" ?⇍)
("<->" ?↔) ("<=>" ?⇔)