From d2121684de9df227426f51b3c6954d3a4f6e14b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Neumann?= Date: Fri, 27 Apr 2012 12:49:29 +0200 Subject: Increase sledgehammer timeout --- .emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index b0a0028..3713f9f 100644 --- a/.emacs +++ b/.emacs @@ -33,6 +33,7 @@ '(indent-tabs-mode nil) '(isar-display:show-main-goal t) '(isar-maths-menu-enable t) + '(isar-proof:Sledgehammer:\ Time\ Limit 60) '(isar-symbol-shortcuts (quote (("\\/" . "\\") ("/\\" . "\\") ("+O" . "\\") ("-O" . "\\") ("xO" . "\\") ("/O" . "\\") (".O" . "\\") ("|+" . "\\") ("|++" . "\\") ("<=" . "\\") ("|-" . "\\") (">=" . "\\") ("-|" . "\\") ("||" . "\\") ("==" . "\\") ("~=" . "\\") ("~:" . "\\") ("~~~" . "\\") ("~~" . "\\") ("~==" . "\\") ("|<>|" . "\\") ("|=" . "\\") ("=." . "\\") ("_|_" . "\\") ("") ("~>=" . "\\") ("==/" . "\\") ("~/" . "\\") ("~=/" . "\\") ("~~/" . "\\") ("<-" . "\\") ("<=" . "\\") ("->" . "\\") ("=>" . "\\") ("<->" . "\\") ("<=>" . "\\") ("|->" . "\\") ("<--" . "\\") ("<==" . "\\") ("-->" . "\\") ("==>" . "\\") ("<==>" . "\\") ("|-->" . "\\") ("<->" . "\\") ("<<" . "\\") (">>" . "\\") ("<>" . "\\") ("[|" . "\\") ("|]" . "\\") ("{|" . "\\") ("|}" . "\\") ("(|" . "\\") ("|)" . "\\") ("ALL" . "\\") ("EX" . "\\") ("!!" . "\\") ("<|" . "\\") ("<-->" . "\\") ("\\sse" . "\\") ("\\ess" . "\\") @@ -69,8 +70,8 @@ ("\\X" . "\\") ("\\z" . "\\") ))) - '(isar-tracing:auto-try nil) '(isar-tracing:auto-quickcheck t) + '(isar-tracing:auto-try nil) '(isar-unicode-tokens-enable t) '(isar-unicode-tokens2-enable t) '(isar-use-find-theorems-form nil) -- cgit v1.2.3