Skip to content
Snippets Groups Projects
Verified Commit c6221e12 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Emacs mode: also autoload the mode for files with .dyn extension

[skip ci]

(cherry picked from commit b669d5c0)
parent 80d16d61
Branches
Tags
No related merge requests found
...@@ -234,6 +234,8 @@ ...@@ -234,6 +234,8 @@
;;;###autoload ;;;###autoload
(add-to-list 'auto-mode-alist '("\\.mod$" . dynare-mode)) (add-to-list 'auto-mode-alist '("\\.mod$" . dynare-mode))
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.dyn$" . dynare-mode))
(provide 'dynare) (provide 'dynare)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment