diff options
| author | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2019-03-24 17:02:25 +0100 |
|---|---|---|
| committer | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2019-03-24 17:02:25 +0100 |
| commit | 89746be4b01d3114f726dfa9ffc509cd593d26d5 (patch) | |
| tree | 9468e4353b27c9c9eca5428ac48c2212cda08c66 /.emacs | |
| parent | aa4c46e377a0de14af83faa42852d1b16945c879 (diff) | |
| download | dotfiles-89746be4b01d3114f726dfa9ffc509cd593d26d5.tar.xz | |
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 (limited to '.emacs')
| -rw-r--r-- | .emacs | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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? |
