From 15e2814706ea971b5fd917a694fdbb3fd91a26bd Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 25 May 2019 12:14:14 +0200 Subject: Add more "sorta-equal" symbols to my/input-method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ≈ ALMOST EQUAL TO ≊ ALMOST EQUAL OR EQUAL TO ≅ APPROXIMATELY EQUAL TO ≃ ASYMPTOTICALLY EQUAL TO ≡ IDENTICAL TO ≙ ESTIMATES ≔ COLON EQUALS --- .emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index d86df16..b851788 100644 --- a/.emacs +++ b/.emacs @@ -48,7 +48,8 @@ ;; Punctuation '("..." ?…) ;; Math symbols - '("~~" ?≈) '("~=" ?≊) '("^=" ?≙) + '("~~" ?≈) '("~~_" ?≊) '("~=" ?≅) '("~_" ?≃) + '("=_" ?≡) '("^=" ?≙) '(":=" ?≔) '("-->" ?→) '("-/>" ?↛) '("==>" ?⇒) '("=/>" ?⇏) '("<--" ?←) '("" ?↔) '("<=>" ?⇔) -- cgit v1.2.3