aboutsummaryrefslogtreecommitdiff
path: root/debian/emms.emacsen-startup
diff options
context:
space:
mode:
authorforcer <forcer>2007-06-29 16:10:00 +0000
committerforcer <mwolson@gnu.org>2007-06-29 16:10:00 +0000
commit049e877c3bd23c0ab184c5cbe029b7ebd9f09d58 (patch)
treeb265409fea34cef23b37d0f9797b7b23d60f2363 /debian/emms.emacsen-startup
parent9463aa0abef27e2d9fda07669a165410e713d0d7 (diff)
Remove debian directory, it's maintained elsewhere now
darcs-hash:20070629161023-2189f-8e01f6cbc23c40df3e4bf3c79182728fae659f86.gz
Diffstat (limited to 'debian/emms.emacsen-startup')
-rw-r--r--debian/emms.emacsen-startup20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/emms.emacsen-startup b/debian/emms.emacsen-startup
deleted file mode 100644
index e6eaac1..0000000
--- a/debian/emms.emacsen-startup
+++ /dev/null
@@ -1,20 +0,0 @@
-;; -*-emacs-lisp-*-
-;;
-;; Emacs startup file for the Debian emms 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 emms 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/emms")))
- (when (file-directory-p package-dir)
- (setq load-path (cons package-dir load-path))
- (require 'emms-auto)))
-