app-emacs/puppet-mode: 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:36 +02:00
parent dec5e56971
commit 83ca4be89b
No known key found for this signature in database
GPG Key ID: 5188335088415E2E

View File

@ -1,6 +1,3 @@
;;; puppet-mode site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'puppet-mode "puppet-mode" "Major mode for editing puppet manifests")
(add-to-list 'auto-mode-alist '("\\.pp$" . puppet-mode))