aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--isa/thy-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isa/thy-mode.el b/isa/thy-mode.el
index a303d961..b9dd7139 100644
--- a/isa/thy-mode.el
+++ b/isa/thy-mode.el
@@ -20,7 +20,7 @@
;; on for .thy files.
;; FIXME: be less messy with auto-mode-alist here (remove dups)
(setq auto-mode-alist
- (cons '("\\.thy$" . thy-mode) auto-mode-alist))
+ (cons '("\\.thy$" . isa-mode) auto-mode-alist))
;;; ========== Theory File Mode User Options ==========