commit 89746be4b01d3114f726dfa9ffc509cd593d26d5
parent aa4c46e377a0de14af83faa42852d1b16945c879
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sun, 24 Mar 2019 17:02:25 +0100
Add more symbols to my/input-method
And start organizing them.
I don't really like this hanging '(, but I couldn't find a way to turn
it into something along the lines of (list β¦).
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.emacs b/.emacs
@@ -63,11 +63,17 @@
(mapc (lambda (item)
(quail-defrule (car item) (cdr item) "my/input-method"))
- '(("~~" ?β) ("~=" ?β) ("^=" ?β)
+ '(
+ ;; Punctuation
("..." ?β¦)
+ ;; Math symbols
+ ("~~" ?β) ("~=" ?β) ("^=" ?β)
("-->" ?β) ("-/>" ?β) ("==>" ?β) ("=/>" ?β)
("<--" ?β) ("</-" ?β) ("<==" ?β) ("</=" ?β)
("<->" ?β) ("<=>" ?β)
+ ;; Emojis
+ ("\\o/" ?π) ("\\m/" ?π€)
+ ;; Pictograms
("/!\\" ?β )))
;; What's life without a little risk?