diff options
Diffstat (limited to 'app-emacs/eglot/files')
-rw-r--r-- | app-emacs/eglot/files/50eglot-gentoo.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emacs/eglot/files/50eglot-gentoo.el b/app-emacs/eglot/files/50eglot-gentoo.el new file mode 100644 index 0000000..9bf4916 --- /dev/null +++ b/app-emacs/eglot/files/50eglot-gentoo.el @@ -0,0 +1,4 @@ +;;; eglot site-lisp configuration +(add-to-list 'load-path "@SITELISP@") +(autoload 'eglot "eglot" nil t) +(autoload 'eglot-ensure "eglot" nil t) |