/etc/emacs/site-start.d/50texlive-lang-english.el is in texlive-lang-english 2016.20170123-5.
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 | ;;; 50texlive-lang-english.el -- debian emacs setups for texlive-lang-english
(if (not (file-exists-p "/usr/share/emacs/site-lisp/ltx-help.el"))
(message "texlive-lang-english removed but not purged, skipping setup")
;; Per autoload cookie on latex-help in ltx-help.el.
(autoload 'latex-help "ltx-help"
"Try to find info entry about LaTeX entity CMD." t))
|