commit e586033a8f8e44142ab9d14108c78abfa3e976dc
parent e13cd684aaadfa6b91ea9312b5e1d7bf90f8cde9
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Fri, 30 Dec 2022 19:05:59 +0100
Tweak some input sequences for math symbols
Try as I might, I can't get my fingers to reach for underscores when
my brain is thinking of *equality signs.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.emacs b/.emacs
@@ -71,8 +71,8 @@
'(;; Punctuation
("..." ?β¦)
;; Math symbols
- ("~~" ?β) ("~~_" ?β) ("~=" ?β
) ("~_" ?β)
- ("=_" ?β‘) ("^=" ?β) (":=" ?β)
+ ("~~" ?β) ("~~=" ?β) ("~==" ?β
) ("~=" ?β)
+ ("==" ?β‘) ("^=" ?β) (":=" ?β)
("<=" ?β€) (">=" ?β₯)
("-->" ?β) ("-/>" ?β) ("==>" ?β) ("=/>" ?β)
("<--" ?β) ("</-" ?β) ("<==" ?β) ("</=" ?β)