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