This file is indexed.

/usr/share/el-get/recipes/n3-mode.rcp is in el-get 3.1-1.1.

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
7
8
(:name n3-mode
       :description "Mode for Notation 3"
       :type git
       :url "https://github.com/kurtjx/n3-mode-for-emacs.git"
       :post-init (lambda ()
            (autoload 'n3-mode "n3-mode" "Major mode for OWL or N3 files" t)
            (add-hook 'n3-mode-hook 'turn-on-font-lock)
            (add-to-list 'auto-mode-alist '("\\.\\(n3\\|owl\\)\\'" . n3-mode))))