summaryrefslogtreecommitdiff
path: root/editors/sail2-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'editors/sail2-mode.el')
-rw-r--r--editors/sail2-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sail2-mode.el b/editors/sail2-mode.el
index 76024830..0a0bbc8a 100644
--- a/editors/sail2-mode.el
+++ b/editors/sail2-mode.el
@@ -1,7 +1,7 @@
(defvar sail2-mode-hook nil)
-(add-to-list 'auto-mode-alist '("\\.sail\\'" . sail-mode))
+(add-to-list 'auto-mode-alist '("\\.sail\\'" . sail2-mode))
(defconst sail2-keywords
'("val" "function" "type" "struct" "union" "enum" "let" "var" "if" "then"