summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--myrddin-mode.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/myrddin-mode.el b/myrddin-mode.el
index e7b4fc1..c144995 100644
--- a/myrddin-mode.el
+++ b/myrddin-mode.el
@@ -151,5 +151,8 @@
(setq comment-start "/*")
(setq comment-end "*/"))
+;;;###autoload
+(add-to-list 'auto-mode-alist '("\\.myr\\'" . myrddin-mode))
+
(provide 'myrddin-mode)
;;; myrddin-mode.el ends here