/etc/emacs/site-start.d/50nethack-el.el is in nethack-el 1:0.9.5-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 7 8 9 10 | ;; -*-emacs-lisp-*-
;; Emacs startup file for the Debian nethack-el package
(setq load-path (cons "/usr/share/emacs/site-lisp/nethack/" load-path))
(setq load-path (cons (concat "/usr/share/"
(symbol-name flavor)
"/site-lisp/nethack") load-path))
(autoload 'nethack "nethack" "Play Nethack." t)
(setq nethack-program "/usr/games/nethack-lisp")
|