/etc/emacs/site-start.d/50navi2ch.el is in navi2ch 2.0.0~git20120331-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 9 10 11 | ;; -*-emacs-lisp-*-
;;
;; Emacs startup file, e.g. /etc/emacs/site-start.d/50navi2ch.el
;; for the Debian navi2ch package
(let ((package-dir (concat "/usr/share/"
(symbol-name flavor)
"/site-lisp/navi2ch")))
(if (fboundp 'debian-pkg-add-load-path-item)
(debian-pkg-add-load-path-item package-dir)))
(setq navi2ch-icon-directory "/usr/share/pixmaps/navi2ch")
(autoload 'navi2ch "navi2ch" "Interface for 2ch.net on Emacs." t)
|