commit 438f3c40c05f64d105879af5480af5801ab51a2e
parent 47e76526f47db7d7528b6eb85634181edf982760
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Tue, 29 Dec 2020 17:43:05 +0100
Add β€ and β₯ to my/symbols
Easier to reach for than \le, especially since I don't enable the TeX
input method as much as I used to.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.emacs b/.emacs
@@ -58,6 +58,7 @@
;; Math symbols
("~~" ?β) ("~~_" ?β) ("~=" ?β
) ("~_" ?β)
("=_" ?β‘) ("^=" ?β) (":=" ?β)
+ ("<=" ?β€) (">=" ?β₯)
("-->" ?β) ("-/>" ?β) ("==>" ?β) ("=/>" ?β)
("<--" ?β) ("</-" ?β) ("<==" ?β) ("</=" ?β)
("<->" ?β) ("<=>" ?β)