Skip to content
Snippets Groups Projects
Verified Commit b669d5c0 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]
parent 9598afcc
No related branches found
No related tags found
No related merge requests found
......@@ -235,6 +235,8 @@
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.mod$" . dynare-mode))
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.dyn$" . dynare-mode))
(provide 'dynare)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment