diff options
author | 2021-11-09 07:36:30 +0100 | |
---|---|---|
committer | 2021-11-09 07:36:38 +0100 | |
commit | 43f8b1105253627231a299638712be3d3c58f723 (patch) | |
tree | 7c47d6d3c36c121c636419bdb851f72482fa8629 /app-emacs/lsp-ui/files/50lsp-ui-gentoo.el | |
parent | dev-ruby/hashie: add 5.0.0 (diff) | |
download | gentoo-43f8b1105253627231a299638712be3d3c58f723.tar.gz gentoo-43f8b1105253627231a299638712be3d3c58f723.tar.bz2 gentoo-43f8b1105253627231a299638712be3d3c58f723.zip |
app-emacs/lsp-ui: import of 8.0.0
Closes: https://bugs.gentoo.org/770142
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-emacs/lsp-ui/files/50lsp-ui-gentoo.el')
-rw-r--r-- | app-emacs/lsp-ui/files/50lsp-ui-gentoo.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emacs/lsp-ui/files/50lsp-ui-gentoo.el b/app-emacs/lsp-ui/files/50lsp-ui-gentoo.el new file mode 100644 index 000000000000..292eb2616d6a --- /dev/null +++ b/app-emacs/lsp-ui/files/50lsp-ui-gentoo.el @@ -0,0 +1,5 @@ +;;; lsp-mode site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") + +(autoload 'lsp-ui-mode "lsp-ui" "Toggle language server UI mode on or off." t) |