branch: elpa/typst-ts-mode commit fbbf281e603ac84bbc8f8e252f17e9b52466e94c Author: Meow King <mr.meowk...@anche.no> Commit: Meow King <mr.meowk...@anche.no>
chore(lsp): add autoload indicator --- typst-ts-lsp.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typst-ts-lsp.el b/typst-ts-lsp.el index 9847fef041..0c4f97652a 100644 --- a/typst-ts-lsp.el +++ b/typst-ts-lsp.el @@ -32,11 +32,13 @@ :group 'typst-ts-lsp :type 'file) +;;;###autoload (add-to-list 'eglot-server-programs `((typst-ts-mode) . ,(eglot-alternatives `(,typst-ts-lsp-download-path "tinymist")))) +;;;###autoload (defun typst-ts-lsp-download-binary () "Download latest tinymist binary to `typst-ts-lsp-download-path'. Will override old versions."