This file is indexed.

/etc/emacs/site-start.d/50stx2any.el is in stx2any 1.56-2.

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

The actual contents of the file can be viewed below.

1
2
3
4
(autoload 'stx-mode "stx-mode")
(autoload 'stx-print-buffer "stx-mode")
(autoload 'stx-preview-buffer "stx-mode")
(add-to-list 'auto-mode-alist '("\\.stx$" . stx-mode))