From 1d1a8cf2dc3b6ec4f1fe338d92f53acaaddf42af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 23 Apr 2025 20:32:53 +0200 Subject: [PATCH] sci-mathematics/geomview: 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/geomview/files/50geomview-gentoo.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/sci-mathematics/geomview/files/50geomview-gentoo.el b/sci-mathematics/geomview/files/50geomview-gentoo.el index 2e078ec06c38c..22ecb94a0f4aa 100644 --- a/sci-mathematics/geomview/files/50geomview-gentoo.el +++ b/sci-mathematics/geomview/files/50geomview-gentoo.el @@ -1,6 +1,3 @@ - -;;; geomview site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'gvcl-mode "gvcl-mode" "Major mode for editing Geomview Command Language files." t)