/etc/emacs/site-start.d/50mu4e.el is in mu4e 0.9.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, e.g. /etc/emacs/site-start.d/50mu4e.el
;; for the Debian mu4e package
(let ((package-dir (concat "/usr/share/"
(symbol-name flavor)
"/site-lisp/mu4e")))
(if (fboundp 'debian-pkg-add-load-path-item)
(debian-pkg-add-load-path-item package-dir)))
(autoload 'mu4e "mu4e" "Mail client based on mu (maildir-utils)." t)
|