/etc/emacs/site-start.d/50dynare.el is in dynare 4.4.3-2ubuntu4.
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)
(add-to-list 'auto-mode-alist '("\\.mod\\'" . dynare-mode))
|