diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-06-26 20:04:34 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-06-26 20:06:29 +0200 |
commit | ca3dff4904d2b671ca5a9e92d9e61d15357233b7 (patch) | |
tree | b49aef83966cff983bfc97d6f279412d5b25351d /app-emacs/eglot | |
parent | app-emacs/biblio: silence the autoloads load message (diff) | |
download | gentoo-ca3dff4904d2b671ca5a9e92d9e61d15357233b7.tar.gz gentoo-ca3dff4904d2b671ca5a9e92d9e61d15357233b7.tar.bz2 gentoo-ca3dff4904d2b671ca5a9e92d9e61d15357233b7.zip |
app-emacs/eglot: silence the autoloads load message
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/eglot')
-rw-r--r-- | app-emacs/eglot/eglot-1.6-r1.ebuild (renamed from app-emacs/eglot/eglot-1.6.ebuild) | 2 | ||||
-rw-r--r-- | app-emacs/eglot/eglot-1.8-r1.ebuild (renamed from app-emacs/eglot/eglot-1.8.ebuild) | 2 | ||||
-rw-r--r-- | app-emacs/eglot/files/50eglot-gentoo.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/eglot/eglot-1.6.ebuild b/app-emacs/eglot/eglot-1.6-r1.ebuild index 913bb955411f..b5463a817ab2 100644 --- a/app-emacs/eglot/eglot-1.6.ebuild +++ b/app-emacs/eglot/eglot-1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/app-emacs/eglot/eglot-1.8.ebuild b/app-emacs/eglot/eglot-1.8-r1.ebuild index 913bb955411f..b5463a817ab2 100644 --- a/app-emacs/eglot/eglot-1.8.ebuild +++ b/app-emacs/eglot/eglot-1.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/app-emacs/eglot/files/50eglot-gentoo.el b/app-emacs/eglot/files/50eglot-gentoo.el index b8a7e2b65eed..c3b894cc43c8 100644 --- a/app-emacs/eglot/files/50eglot-gentoo.el +++ b/app-emacs/eglot/files/50eglot-gentoo.el @@ -1,2 +1,2 @@ (add-to-list 'load-path "@SITELISP@") -(load "@SITELISP@/eglot-autoload.el") +(load "@SITELISP@/eglot-autoload.el" nil t) |