This file is indexed.

/etc/emacs/site-start.d/50midge.el is in midge 0.2.41-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
(autoload 'midge-mode "midge-mode" "Midge Mode" t)
(add-to-list 'auto-mode-alist '("\\.mg$" . midge-mode))