dev-util/cflow: 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:46 +02:00
parent b564758a06
commit f6a284dd26
No known key found for this signature in database
GPG Key ID: 5188335088415E2E

View File

@ -1,6 +1,3 @@
;;; cflow site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'cflow-mode "cflow-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.cflow\\'" . cflow-mode))