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@gentoo.org>
This commit is contained in:
Ulrich Müller
2025-04-23 20:32:48 +02:00
parent 7aa92173b9
commit bf59c613b5

View File

@@ -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)