Skip to content

Commit 0482838

Browse files
committed
associate htmel file extension with mel-mode
1 parent 29b7b6d commit 0482838

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mel.el

+2
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ If EVAL is non-nil, evaluate forms."
143143

144144
;;;###autoload
145145
(add-to-list 'auto-mode-alist '("\\.mel\\'" . mel-mode))
146+
;;;###autoload
147+
(add-to-list 'auto-mode-alist '("\\.htmel\\'" . mel-mode))
146148

147149
(provide 'mel)
148150
;;; mel.el ends here

0 commit comments

Comments
 (0)