aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar-unicode-tokens.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-03 09:13:44 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-03 09:13:44 +0000
commit4d90ac25a7113ac3e87ee78f8969ca68fdb12cb6 (patch)
treef41d32758baa8c02e267613c3c469dbf0453ff8f /isar/isar-unicode-tokens.el
parenta43eb017e4916b2efeb473cfa94b4b0beaf4d9bc (diff)
Remove objectionable |> shortcut for Isar hackers
Diffstat (limited to 'isar/isar-unicode-tokens.el')
-rw-r--r--isar/isar-unicode-tokens.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar-unicode-tokens.el b/isar/isar-unicode-tokens.el
index 2e1e7b55..96dab59d 100644
--- a/isar/isar-unicode-tokens.el
+++ b/isar/isar-unicode-tokens.el
@@ -588,7 +588,7 @@ For Isabelle, the token TOKNAME is made into the token \\< TNAME >."
;; ("!" . "\\<forall>")
;; ("?" . "\\<exists>")
;; extra misc, switch them off if you don't like them
- ("|>" . "\\<triangleright>")
+ ;("|>" . "\\<triangleright>")
("<|" . "\\<triangleleft>"))
"Shortcut key sequence table for symbol tokens input.
See `unicode-tokens-shortcut-alist'."