From: Yuan Fu <casouri@gmail.com>
To: pd@patrickdelaney.dev
Cc: 62764@debbugs.gnu.org, "João Távora" <joaotavora@gmail.com>
Subject: bug#62764: [PATCH] adds clojure tree-sitter mode
Date: Wed, 12 Apr 2023 00:09:02 -0700 [thread overview]
Message-ID: <27E988CF-7158-4C60-B7D1-A94A08DC15B5@gmail.com> (raw)
In-Reply-To: <20230410193330.23844-1-pd@patrickdelaney.dev>
Patrick Delaney <pd@patrickdelaney.dev> writes:
> ---
> eglot.el | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/eglot.el b/eglot.el
> index 6c1b9ea..9b4206e 100644
> --- a/eglot.el
> +++ b/eglot.el
> @@ -242,7 +242,7 @@ chosen (interactively or automatically)."
> ("css-languageserver" "--stdio"))))
> (html-mode . ,(eglot-alternatives '(("vscode-html-language-server" "--stdio") ("html-languageserver" "--stdio"))))
> ((dockerfile-mode dockerfile-ts-mode) . ("docker-langserver" "--stdio"))
> - ((clojure-mode clojurescript-mode clojurec-mode)
> + ((clojure-mode clojure-ts-mode clojurescript-mode clojurec-mode)
> . ("clojure-lsp"))
> ((csharp-mode csharp-ts-mode)
> . ,(eglot-alternatives
Let me CC João for you :-)
Yuan
next prev parent reply other threads:[~2023-04-12 7:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-10 19:33 bug#62764: [PATCH] adds clojure tree-sitter mode Patrick Delaney via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-04-12 7:09 ` Yuan Fu [this message]
2023-04-12 7:25 ` João Távora
2023-04-12 7:39 ` Eli Zaretskii
2023-04-12 17:23 ` Patrick Delaney via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-04-12 17:28 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=27E988CF-7158-4C60-B7D1-A94A08DC15B5@gmail.com \
--to=casouri@gmail.com \
--cc=62764@debbugs.gnu.org \
--cc=joaotavora@gmail.com \
--cc=pd@patrickdelaney.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.