app-emacs/lsp-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:33 +02:00
parent 971d38ec2b
commit d488b00756

View File

@@ -1,5 +1,3 @@
;;; lsp-mode site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'lsp-completion-at-point "lsp-completion" "Get lsp completions." t)