summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2019-03-24 17:13:18 +0100
committerKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2019-03-24 17:13:18 +0100
commitcc7f3629d2da9f2fdf96e588562066fb3a229bfb (patch)
tree1755cba77c3479ebdde25f5582134fd025dde99b /.emacs
parent89746be4b01d3114f726dfa9ffc509cd593d26d5 (diff)
downloaddotfiles-cc7f3629d2da9f2fdf96e588562066fb3a229bfb.tar.xz
Cosmetics
… an interesting game of whack-a-quote. I thought ("..." . ?…) might work, but alas…
Diffstat (limited to '.emacs')
-rw-r--r--.emacs16
1 files changed, 8 insertions, 8 deletions
diff --git a/.emacs b/.emacs
index c43e8a3..42154fd 100644
--- a/.emacs
+++ b/.emacs
@@ -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)