aboutsummaryrefslogtreecommitdiff
path: root/isar/interface-setup.el
diff options
context:
space:
mode:
Diffstat (limited to 'isar/interface-setup.el')
-rw-r--r--isar/interface-setup.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/isar/interface-setup.el b/isar/interface-setup.el
index 06a383d1..63d29196 100644
--- a/isar/interface-setup.el
+++ b/isar/interface-setup.el
@@ -6,4 +6,7 @@
'isabelle-isar-prog-name
(concat (getenv "ISABELLE") " " (getenv "PROOFGENERAL_LOGIC")))
-(customize-set-variable 'proof-assistant-table '((isar "Isabelle/Isar" "\\.thy$")))
+(customize-set-variable 'proof-assistant-table '((lego "LEGO" "\\.l$")(coq "Coq" "\\.v$") (isar "Isabelle/Isar" "\\.thy$")))
+
+
+(customize-set-variable 'proof-script-indent t)