diff options
| author | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2019-03-24 17:13:18 +0100 |
|---|---|---|
| committer | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2019-03-24 17:13:18 +0100 |
| commit | cc7f3629d2da9f2fdf96e588562066fb3a229bfb (patch) | |
| tree | 1755cba77c3479ebdde25f5582134fd025dde99b | |
| parent | 89746be4b01d3114f726dfa9ffc509cd593d26d5 (diff) | |
| download | dotfiles-cc7f3629d2da9f2fdf96e588562066fb3a229bfb.tar.xz | |
Cosmetics
β¦ an interesting game of whack-a-quote.
I thought ("..." . ?β¦) might work, but alasβ¦
| -rw-r--r-- | .emacs | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -63,18 +63,18 @@ (mapc (lambda (item) (quail-defrule (car item) (cdr item) "my/input-method")) - '( + (list ;; Punctuation - ("..." ?β¦) + '("..." ?β¦) ;; Math symbols - ("~~" ?β) ("~=" ?β) ("^=" ?β) - ("-->" ?β) ("-/>" ?β) ("==>" ?β) ("=/>" ?β) - ("<--" ?β) ("</-" ?β) ("<==" ?β) ("</=" ?β) - ("<->" ?β) ("<=>" ?β) + '("~~" ?β) '("~=" ?β) '("^=" ?β) + '("-->" ?β) '("-/>" ?β) '("==>" ?β) '("=/>" ?β) + '("<--" ?β) '("</-" ?β) '("<==" ?β) '("</=" ?β) + '("<->" ?β) '("<=>" ?β) ;; Emojis - ("\\o/" ?π) ("\\m/" ?π€) + '("\\o/" ?π) '("\\m/" ?π€) ;; Pictograms - ("/!\\" ?β ))) + '("/!\\" ?β ))) ;; What's life without a little risk? (setq disabled-command-function nil) |
