aboutsummaryrefslogtreecommitdiff
path: root/isa/thy-mode.el
diff options
context:
space:
mode:
authorDavid Aspinall1998-10-19 14:43:41 +0000
committerDavid Aspinall1998-10-19 14:43:41 +0000
commit66b22407c49185b58a8da11283dafbc3fee1a264 (patch)
treeb63949259104bd91a4d654bf76638a74207c9176 /isa/thy-mode.el
parent5a98d83c29ef81f9f512e48ca52e03480ff69c32 (diff)
Customization for multiple files
Diffstat (limited to 'isa/thy-mode.el')
-rw-r--r--isa/thy-mode.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/isa/thy-mode.el b/isa/thy-mode.el
index 4a53bf29..a9690394 100644
--- a/isa/thy-mode.el
+++ b/isa/thy-mode.el
@@ -176,6 +176,7 @@ The style of indentation for theory files is controlled by these variables:
(setq mode-name "Theory")
(use-local-map thy-mode-map)
;; (isa-menus) ; Add "isabelle" menu.
+
(set-syntax-table thy-mode-syntax-table)
(make-local-variable 'indent-line-function)
(setq indent-line-function 'thy-indent-line)
@@ -186,6 +187,12 @@ The style of indentation for theory files is controlled by these variables:
(setq comment-start-skip "(\\*+[ \t]?") ; .
(setq font-lock-keywords
thy-mode-font-lock-keywords)
+
+ ;; Toolbar: needs alteration for non-scripting mode!
+ ;; (if (featurep 'proof-toolbar)
+ ;; (proof-toolbar-setup))
+ ;;
+
(run-hooks 'thy-mode-hook)
(force-mode-line-update)
(if (null nomessage)