commit: bf59c613b5d5c37e1f957ace7cc1ad5bd7879d98 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 18:32:48 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 18:36:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf59c613
dev-util/global: 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> 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 cd9c5546de91..a8abd8a4c0fa 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)
