/etc/emacs/site-start.d/50aribas.el is in aribas 1.64-6.
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 12 | ;;; 50aribas.el -- debian emacs setups for aribas
(if (not (file-exists-p "/usr/share/emacs/site-lisp/aribas/aribas.el"))
(message "aribas removed but not purged, skipping setup")
;; aribas.el not byte-compiled (not yet) so the source dir here.
;; debian-pkg-add-load-path-item is in debian 3.1 "sarge",
;; emacsen-common 1.4.14 of June 2002.
(debian-pkg-add-load-path-item "/usr/share/emacs/site-lisp/aribas")
;; as recommended by comment at the start of aribas.el
(autoload 'run-aribas "aribas" "Run ARIBAS." t))
|