From 971d38ec2bb325ba6ad5ec25a200cfb80f0d3ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 23 Apr 2025 20:32:32 +0200 Subject: [PATCH] app-emacs/ht: 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 --- app-emacs/ht/files/50ht-gentoo.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-emacs/ht/files/50ht-gentoo.el b/app-emacs/ht/files/50ht-gentoo.el index 27c5fc4bb4048..e63990557b968 100644 --- a/app-emacs/ht/files/50ht-gentoo.el +++ b/app-emacs/ht/files/50ht-gentoo.el @@ -1,4 +1,2 @@ -;;; ht site-lisp configuration - (add-to-list 'load-path "@SITELISP@")