summaryrefslogtreecommitdiff
path: root/app-emacs/eglot/files
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2021-10-17 15:07:17 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2021-10-17 15:07:17 -0400
commitdfc7c3cb3c123af93fe762c4b7dc3ddae6dd2059 (patch)
tree59d94933a6e4c253df8e2fe7e6207e2d0b270600 /app-emacs/eglot/files
parent0da33c90a0a220da0cdcbafc2003add898bff92c (diff)
downloadebuilds-dfc7c3cb3c123af93fe762c4b7dc3ddae6dd2059.tar.gz
app-emacs/eglot: prepared eglot for PR to include into gentoo
Diffstat (limited to 'app-emacs/eglot/files')
-rw-r--r--app-emacs/eglot/files/50eglot-gentoo.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/app-emacs/eglot/files/50eglot-gentoo.el b/app-emacs/eglot/files/50eglot-gentoo.el
index 9bf4916..b8a7e2b 100644
--- a/app-emacs/eglot/files/50eglot-gentoo.el
+++ b/app-emacs/eglot/files/50eglot-gentoo.el
@@ -1,4 +1,2 @@
-;;; eglot site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
-(autoload 'eglot "eglot" nil t)
-(autoload 'eglot-ensure "eglot" nil t)
+(load "@SITELISP@/eglot-autoload.el")