diff options
Diffstat (limited to 'lego')
| -rw-r--r-- | lego/lego.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lego/lego.el b/lego/lego.el index 2ea0594e..3a6fe5d4 100644 --- a/lego/lego.el +++ b/lego/lego.el @@ -404,6 +404,10 @@ (lego-init-syntax-table) + ;; da: I've moved these out of proof-config-done in proof-script.el + (setq pbp-goal-command (concat "Pbp %s" proof-terminal-string)) + (setq pbp-hyp-command (concat "PbpHyp %s" proof-terminal-string)) + (proof-config-done) (define-key (current-local-map) [(control c) ?i] 'lego-intros) |
