aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--isa/isabelle-system.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/isa/isabelle-system.el b/isa/isabelle-system.el
index 78222588..54221cd7 100644
--- a/isa/isabelle-system.el
+++ b/isa/isabelle-system.el
@@ -202,7 +202,7 @@ generated with the lisp form `(isa-tool-list-logics)'."
:type (list 'string)
:group 'isabelle)
-;; FIXME: type here needs to be dynamic based on isabelle-logics-avalable
+;; FIXME: type here needs to be dynamic based on isabelle-logics-available
;; Is that possible?
;; Otherwise it should be updated on re-loading.
(defcustom isabelle-logic "HOL"
@@ -257,6 +257,11 @@ until Proof General is restarted."
:type 'boolean
:setting "trace_simp:=%b;")
+(defpacustom global-timing nil
+ "Whether to enable timing in Isabelle."
+ :type 'boolean
+ :setting "Library.timing:=%b;")
+
(defpacustom print-depth 10
"Setting for the ML print depth in Isabelle."
:type 'integer