From a32b3279bf3d7ac0359fcacf2479a14ea1076fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 23 Apr 2025 20:32:51 +0200 Subject: [PATCH] media-sound/timidity++: Drop header line from Emacs site-init file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit elisp-site-file-install() adds the line by itself. Signed-off-by: Ulrich Müller --- media-sound/timidity++/files/50timidity++-gentoo.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/media-sound/timidity++/files/50timidity++-gentoo.el b/media-sound/timidity++/files/50timidity++-gentoo.el index 3f9e35ca106c4..d4c6555ea2cac 100644 --- a/media-sound/timidity++/files/50timidity++-gentoo.el +++ b/media-sound/timidity++/files/50timidity++-gentoo.el @@ -1,6 +1,3 @@ - -;;; timidity++ site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'timidity "timidity" "TiMidity Interface" t) (setq timidity-prog-path "/usr/bin/timidity")