commit cc7f3629d2da9f2fdf96e588562066fb3a229bfb parent 89746be4b01d3114f726dfa9ffc509cd593d26d5 Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> Date: Sun, 24 Mar 2019 17:13:18 +0100 Cosmetics β¦ an interesting game of whack-a-quote. I thought ("..." . ?β¦) might work, but alasβ¦ Diffstat:
| M | .emacs | | | 16 | ++++++++-------- |
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.emacs b/.emacs @@ -63,18 +63,18 @@ (mapc (lambda (item) (quail-defrule (car item) (cdr item) "my/input-method")) - '( + (list ;; Punctuation - ("..." ?β¦) + '("..." ?β¦) ;; Math symbols - ("~~" ?β) ("~=" ?β) ("^=" ?β) - ("-->" ?β) ("-/>" ?β) ("==>" ?β) ("=/>" ?β) - ("<--" ?β) ("</-" ?β) ("<==" ?β) ("</=" ?β) - ("<->" ?β) ("<=>" ?β) + '("~~" ?β) '("~=" ?β) '("^=" ?β) + '("-->" ?β) '("-/>" ?β) '("==>" ?β) '("=/>" ?β) + '("<--" ?β) '("</-" ?β) '("<==" ?β) '("</=" ?β) + '("<->" ?β) '("<=>" ?β) ;; Emojis - ("\\o/" ?π) ("\\m/" ?π€) + '("\\o/" ?π) '("\\m/" ?π€) ;; Pictograms - ("/!\\" ?β ))) + '("/!\\" ?β ))) ;; What's life without a little risk? (setq disabled-command-function nil)