aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-site.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/generic/proof-site.el b/generic/proof-site.el
index 3008abf9..857eef40 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -32,9 +32,11 @@
:prefix "proof-")
-;; Master table of supported assistants.
+;; Master table of supported assistants. May not enable both kinds of
+;; Isabelle interfaces at the same time!
(defcustom proof-assistant-table
- '((isa "Isabelle" "\\.ML$\\|\\.thy$")
+ '((isa "Isabelle" "\\.ML$\\|\\.thy$")
+ ;(isar "Isabelle/Isar" "\\.thy$")
(lego "LEGO" "\\.l$")
(coq "Coq" "\\.v$"))
"*Proof General's table of supported proof assistants.