From 8c8025d9f6c93e757a94e2f75b824ff4a8706029 Mon Sep 17 00:00:00 2001 From: John Turner Date: Wed, 29 Sep 2021 21:37:25 -0400 Subject: init --- app-emacs/eglot/files/50eglot-gentoo.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app-emacs/eglot/files/50eglot-gentoo.el (limited to 'app-emacs/eglot/files') 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) -- cgit v1.2.3