From 8e16da23429034fffde513e30fa2ab40742941d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 23 Apr 2025 20:32:54 +0200 Subject: [PATCH] sci-mathematics/twelf: 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 --- sci-mathematics/twelf/files/50twelf-gentoo.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/sci-mathematics/twelf/files/50twelf-gentoo.el b/sci-mathematics/twelf/files/50twelf-gentoo.el index 5bda54b2f19a5..784e2b36b0a7c 100644 --- a/sci-mathematics/twelf/files/50twelf-gentoo.el +++ b/sci-mathematics/twelf/files/50twelf-gentoo.el @@ -1,4 +1,2 @@ -;;; twelf site-lisp configuration - (setq twelf-root "@SITELISP@") (add-to-list 'load-path "@SITELISP@")