dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

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:
M.emacs | 8+++++++-
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?