diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2021-12-06 20:07:41 -0500 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2021-12-06 20:07:41 -0500 |
commit | 00324eda9d3a61574ac7808ca09d6d0c8185117e (patch) | |
tree | 4e84a7ae8bda9d4ff293f093ddff0397bbff9137 /app-emacs/lsp-mode/files | |
parent | c00aebfb22e6d551323773e06aed1b5db66027ec (diff) | |
download | ebuilds-00324eda9d3a61574ac7808ca09d6d0c8185117e.tar.gz |
app-emacs/lsp-mode: new ebuild for lsp-mode
Diffstat (limited to 'app-emacs/lsp-mode/files')
-rw-r--r-- | app-emacs/lsp-mode/files/50lsp-mode-gentoo.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emacs/lsp-mode/files/50lsp-mode-gentoo.el b/app-emacs/lsp-mode/files/50lsp-mode-gentoo.el new file mode 100644 index 0000000..4678dde --- /dev/null +++ b/app-emacs/lsp-mode/files/50lsp-mode-gentoo.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(load "@SITELISP@/lsp-mode-autoload.el") |