app-emacs/lsp-ui: 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:34 +02:00
parent d488b00756
commit f48fdaba8b

View File

@@ -1,5 +1,3 @@
;;; lsp-mode site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'lsp-ui-mode "lsp-ui" "Toggle language server UI mode on or off." t)