/etc/emacs/site-start.d/50dynare-common.el is in dynare-common 4.4.1-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | ;; -*-emacs-lisp-*-
;;
;; Emacs startup file for the Dynare mode
(autoload 'dynare-mode "dynare" "Enter dynare mode." t)
(setq auto-mode-alist (cons '("\\.mod\\'" . dynare-mode) auto-mode-alist))
|