aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar.el
diff options
context:
space:
mode:
Diffstat (limited to 'isar/isar.el')
-rw-r--r--isar/isar.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/isar/isar.el b/isar/isar.el
index b27a12a4..76bfc441 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -365,6 +365,8 @@ This is called when Proof General spots output matching
(proof-definvisible isar-cmd-refute "refute" [r])
(proof-definvisible isar-cmd-quickcheck "quickcheck" [(control q)])
(proof-definvisible isar-cmd-sledgehammer "sledgehammer" [(control s)])
+(proof-definvisible isar-cmd-atp-kill "atp_kill")
+(proof-definvisible isar-cmd-atp-info "atp_info")
(defpgdefault menu-entries
(append
@@ -375,6 +377,8 @@ This is called when Proof General spots output matching
["Refute" isar-cmd-refute t]
["Quickcheck" isar-cmd-quickcheck t]
["Sledgehammer" isar-cmd-sledgehammer t]
+ ["Sledgehammer: kill" isar-cmd-atp-kill t]
+ ["Sledgehammer: info" isar-cmd-atp-info t]
["Display Draft" isar-cmd-display-draft t]
["Print Draft" isar-cmd-print-draft t])))
(list