summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emacs/eglot/eglot-1.15-r1.ebuild (renamed from app-emacs/eglot/eglot-1.15.ebuild)2
-rw-r--r--app-emacs/eglot/files/50eglot-gentoo-r1.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/app-emacs/eglot/eglot-1.15.ebuild b/app-emacs/eglot/eglot-1.15-r1.ebuild
index 9ffaace3d84d..f77a0922ed66 100644
--- a/app-emacs/eglot/eglot-1.15.ebuild
+++ b/app-emacs/eglot/eglot-1.15-r1.ebuild
@@ -30,7 +30,7 @@ RDEPEND="app-emacs/external-completion"
BDEPEND="${RDEPEND}"
DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
+SITEFILE="50${PN}-gentoo-r1.el"
src_install() {
elisp-make-autoload-file
diff --git a/app-emacs/eglot/files/50eglot-gentoo-r1.el b/app-emacs/eglot/files/50eglot-gentoo-r1.el
new file mode 100644
index 000000000000..b12b269242df
--- /dev/null
+++ b/app-emacs/eglot/files/50eglot-gentoo-r1.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "@SITELISP@/eglot-autoloads.el" nil t)