aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-unicode-tokens.el
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2008-07-07 18:13:19 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2008-07-07 18:13:19 +0000
commit04153288da4cba22d77a415f155130298473d6b4 (patch)
tree8b1beeddd48379b28e8c329591cc45e29adc402e /coq/coq-unicode-tokens.el
parent9235a38df6ff61e393e714ec7c2246afaa77b2af (diff)
unicode shortcut alist: literal backslash instead of strange control sequence, e.g. "\\nat" instead of "\nat";
Diffstat (limited to 'coq/coq-unicode-tokens.el')
-rw-r--r--coq/coq-unicode-tokens.el20
1 files changed, 10 insertions, 10 deletions
diff --git a/coq/coq-unicode-tokens.el b/coq/coq-unicode-tokens.el
index 9206e406..7caeb30b 100644
--- a/coq/coq-unicode-tokens.el
+++ b/coq/coq-unicode-tokens.el
@@ -105,16 +105,16 @@ results will be undefined when files are saved."
(":=" . "≔")
;; some word shortcuts, started with backslash otherwise
;; too annoying, perhaps.
- ("\forall" . "∀")
- ("\exists" . "∃")
- ("\nat" . "ℕ")
- ("\int" . "ℤ")
- ("\rat" . "ℚ")
- ("\real" . "ℝ")
- ("\complex" . "ℂ")
- ("\euro" . "€")
- ("\yen" . "¥")
- ("\cent" . "¢"))
+ ("\\forall" . "∀")
+ ("\\exists" . "∃")
+ ("\\nat" . "ℕ")
+ ("\\int" . "ℤ")
+ ("\\rat" . "ℚ")
+ ("\\real" . "ℝ")
+ ("\\complex" . "ℂ")
+ ("\\euro" . "€")
+ ("\\yen" . "¥")
+ ("\\cent" . "¢"))
"Shortcut key sequence table for Unicode strings.
You can adjust this table to add more entries, or to change entries for