summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2019-03-24 17:02:25 +0100
committerKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2019-03-24 17:02:25 +0100
commit89746be4b01d3114f726dfa9ffc509cd593d26d5 (patch)
tree9468e4353b27c9c9eca5428ac48c2212cda08c66 /.emacs
parentaa4c46e377a0de14af83faa42852d1b16945c879 (diff)
downloaddotfiles-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--.emacs8
1 files changed, 7 insertions, 1 deletions
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?