From 89746be4b01d3114f726dfa9ffc509cd593d26d5 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 24 Mar 2019 17:02:25 +0100 Subject: Add more symbols to my/input-method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 …). --- .emacs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 6621ce2..c43e8a3 100644 --- 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? -- cgit v1.2.3