This file is indexed.

/etc/emacs/site-start.d/50mgp.el is in mgp 1.13a+upstream20090219-3.

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
;; mgp-init.el
(setq load-path (cons "/usr/share/emacs/site-lisp/mgp/" load-path))
(setq auto-mode-alist (cons '("\\.mgp?\\'" . mgp-mode) auto-mode-alist))
(autoload 'mgp-mode "mgp-mode")
(setq mgp-options "-g 800x600")
(setq mgp-window-height 6)