diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2021-10-17 15:07:17 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2021-10-17 15:07:17 -0400 |
commit | dfc7c3cb3c123af93fe762c4b7dc3ddae6dd2059 (patch) | |
tree | 59d94933a6e4c253df8e2fe7e6207e2d0b270600 /app-emacs/eglot/files | |
parent | 0da33c90a0a220da0cdcbafc2003add898bff92c (diff) | |
download | ebuilds-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.el | 4 |
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") |