aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar-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 /isar/isar-unicode-tokens.el
parent9235a38df6ff61e393e714ec7c2246afaa77b2af (diff)
unicode shortcut alist: literal backslash instead of strange control sequence, e.g. "\\nat" instead of "\nat";
Diffstat (limited to 'isar/isar-unicode-tokens.el')
-rw-r--r--isar/isar-unicode-tokens.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/isar/isar-unicode-tokens.el b/isar/isar-unicode-tokens.el
index 7814945d..505c97ea 100644
--- a/isar/isar-unicode-tokens.el
+++ b/isar/isar-unicode-tokens.el
@@ -552,14 +552,14 @@ results will be undefined when files are saved."
; (":=" . "≔")
;; some word shortcuts, started with backslash otherwise
;; too annoying.
- ("\nat" . "ℕ")
- ("\int" . "ℤ")
- ("\rat" . "ℚ")
- ("\real" . "ℝ")
- ("\complex" . "ℂ")
- ("\euro" . "€")
- ("\yen" . "¥")
- ("\cent" . "¢"))
+ ("\\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