From bf59c613b5d5c37e1f957ace7cc1ad5bd7879d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 23 Apr 2025 20:32:48 +0200 Subject: [PATCH] dev-util/global: 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 --- dev-util/global/files/50gtags-gentoo.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-util/global/files/50gtags-gentoo.el b/dev-util/global/files/50gtags-gentoo.el index cd9c5546de91c..a8abd8a4c0fac 100644 --- a/dev-util/global/files/50gtags-gentoo.el +++ b/dev-util/global/files/50gtags-gentoo.el @@ -1,6 +1,3 @@ - -;;; global site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'gtags-mode "gtags" "Toggle Gtags mode, a minor mode for browsing source code using GLOBAL." t)