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

[skip ci]
silicon
Sébastien Villemot 2023-03-03 15:55:03 +01:00
parent 9598afcc46
commit b669d5c0dc
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 0 deletions

View File

@ -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)