Artifact 0d279cfd528868c51443cdccaf2ec114cd4e4f24e42bffa2949bc297b5d64b17:
- File mtt/lib/examples/debian/emacsen-startup.ex — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 825) [annotate] [blame] [check-ins using] [more...]
- File
mttroot/mtt/lib/examples/debian/emacsen-startup.ex
— part of check-in
[e6c98916c8]
at
2004-02-19 00:47:19
on branch origin/master
— 898897 Separate examples from main .deb
Created new .deb package for examples (mtt-examples).mtt-examples depends on mtt.
mtt recommends mtt-examples. (user: geraint@users.sourceforge.net, size: 825) [annotate] [blame] [check-ins using]
;; -*-emacs-lisp-*- ;; ;; Emacs startup file for the Debian mtt-examples package ;; ;; Originally contributed by Nils Naumann <naumann@unileoben.ac.at> ;; Modified by Dirk Eddelbuettel <edd@debian.org> ;; Adapted for dh-make by Jim Van Zandt <jrv@vanzandt.mv.com> ;; The mtt-examples package follows the Debian/GNU Linux 'emacsen' policy and ;; byte-compiles its elisp files for each 'emacs flavor' (emacs19, ;; xemacs19, emacs20, xemacs20...). The compiled code is then ;; installed in a subdirectory of the respective site-lisp directory. ;; We have to add this to the load-path: (let ((package-dir (concat "/usr/share/" (symbol-name flavor) "/site-lisp/mtt-examples"))) (when (file-directory-p package-dir) (setq load-path (cons package-dir load-path))))