From 628a05ec0bc271e8b0d70b009d6a31a37e9f9c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Neumann?= Date: Tue, 6 Mar 2012 16:54:49 +0100 Subject: More isabelle emacs stuff, especially shortcuts --- .emacs | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index de86cb2..75995f0 100644 --- a/.emacs +++ b/.emacs @@ -33,6 +33,42 @@ '(indent-tabs-mode nil) '(isar-display:show-main-goal t) '(isar-maths-menu-enable t) + '(isar-symbol-shortcuts (quote (("\\/" . "\\") ("/\\" . "\\") ("+O" . "\\") ("-O" . "\\") ("xO" . "\\") ("/O" . "\\") (".O" . "\\") ("|+" . "\\") ("|++" . "\\") ("<=" . "\\") ("|-" . "\\") (">=" . "\\") ("-|" . "\\") ("||" . "\\") ("==" . "\\") ("~=" . "\\") ("~:" . "\\") ("~~~" . "\\") ("~~" . "\\") ("~==" . "\\") ("|<>|" . "\\") ("|=" . "\\") ("=." . "\\") ("_|_" . "\\") ("") ("~>=" . "\\") ("==/" . "\\") ("~/" . "\\") ("~=/" . "\\") ("~~/" . "\\") ("<-" . "\\") ("<=" . "\\") ("->" . "\\") ("=>" . "\\") ("<->" . "\\") ("<=>" . "\\") ("|->" . "\\") ("<--" . "\\") ("<==" . "\\") ("-->" . "\\") ("==>" . "\\") ("<==>" . "\\") ("|-->" . "\\") ("<->" . "\\") ("<<" . "\\") (">>" . "\\") ("<>" . "\\") ("[|" . "\\") ("|]" . "\\") ("{|" . "\\") ("|}" . "\\") ("(|" . "\\") ("|)" . "\\") ("ALL" . "\\") ("EX" . "\\") ("!!" . "\\") ("<|" . "\\") + ("<-->" . "\\") + ("\\sse" . "\\") ("\\ess" . "\\") + ("\\|" . "\\<^isub>") + ("/|" . "\\<^isup>") + ("\\a" . "\\") + ("\\b" . "\\") + ("\\c" . "\\") + ("\\d" . "\\") + ("\\D" . "\\") + ("\\e" . "\\") + ("\\f" . "\\") + ("\\F" . "\\") + ("\\g" . "\\") + ("\\G" . "\\") + ("\\i" . "\\") + ("\\k" . "\\") + ("\\l" . "\\") + ("\\L" . "\\") + ("\\m" . "\\") + ("\\n" . "\\") + ("\\o" . "\\") + ("\\O" . "\\") + ("\\P" . "\\") + ("\\p" . "\\") + ("\\q" . "\\") + ("\\Q" . "\\") + ("\\r" . "\\") + ("\\R" . "\\") + ("\\s" . "\\") + ("\\S" . "\\") + ("\\t" . "\\") + ("\\x" . "\\") + ("\\X" . "\\") + ("\\z" . "\\") +))) '(isar-tracing:auto-try nil) '(isar-unicode-tokens-enable t) '(isar-unicode-tokens2-enable t) @@ -57,4 +93,5 @@ '(proof-highlight-dependency-face ((((type x) (class color) (background dark)) (:background "peru" :foreground "black")))) '(proof-highlight-dependent-face ((((type x) (class color) (background dark)) (:background "darkorange" :foreground "black")))) '(proof-region-mouse-highlight-face ((((type x) (class color) (background dark)) (:background "yellow3" :foreground "black")))) - '(proof-warning-face ((((type x) (class color) (background dark)) (:background "orange2" :foreground "black"))))) + '(proof-warning-face ((((type x) (class color) (background dark)) (:background "orange2" :foreground "black")))) + '(unicode-tokens-symbol-font-face ((t (:slant normal :weight normal :height 113 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))))) -- cgit v1.2.3