commit: 8ace78774e4bb6e1c49c1e5401198a59347af29c Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 18:32:55 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 18:36:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ace7877
sci-visualization/epix: Drop header line from Emacs site-init file elisp-site-file-install() adds the line by itself. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> sci-visualization/epix/files/50epix-gentoo.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/sci-visualization/epix/files/50epix-gentoo.el b/sci-visualization/epix/files/50epix-gentoo.el index eb5d8eb13371..7c1892bffa0e 100644 --- a/sci-visualization/epix/files/50epix-gentoo.el +++ b/sci-visualization/epix/files/50epix-gentoo.el @@ -1,5 +1,3 @@ -;; sci-visualisation/epix site init file - (add-to-list 'load-path "@SITELISP@") (autoload 'epix-mode "epix" "ePiX editing mode" t)
