summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2019-05-25 12:14:14 +0200
committerKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2019-05-25 12:14:14 +0200
commit15e2814706ea971b5fd917a694fdbb3fd91a26bd (patch)
treeb830011e471d653daed167f9161fe8efa7d3b551
parent6473d813fd7e65db75842fd15715b46c8e23e492 (diff)
downloaddotfiles-15e2814706ea971b5fd917a694fdbb3fd91a26bd.tar.xz
Add more "sorta-equal" symbols to my/input-method
β‰ˆ ALMOST EQUAL TO β‰Š ALMOST EQUAL OR EQUAL TO β‰… APPROXIMATELY EQUAL TO ≃ ASYMPTOTICALLY EQUAL TO ≑ IDENTICAL TO ≙ ESTIMATES ≔ COLON EQUALS
-rw-r--r--.emacs3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index d86df16..b851788 100644
--- a/.emacs
+++ b/.emacs
@@ -48,7 +48,8 @@
;; Punctuation
'("..." ?…)
;; Math symbols
- '("~~" ?β‰ˆ) '("~=" ?β‰Š) '("^=" ?≙)
+ '("~~" ?β‰ˆ) '("~~_" ?β‰Š) '("~=" ?β‰…) '("~_" ?≃)
+ '("=_" ?≑) '("^=" ?≙) '(":=" ?≔)
'("-->" ?β†’) '("-/>" ?↛) '("==>" ?β‡’) '("=/>" ?⇏)
'("<--" ?←) '("</-" ?β†š) '("<==" ?⇐) '("</=" ?⇍)
'("<->" ?↔) '("<=>" ?⇔)