Eglot eglot-ensure
doesn't work on some mode hooks (but not others)
#1399
Closed
alexispurslane
started this conversation in
General
Replies: 1 comment 6 replies
-
It's hard to tell what is going on given only Since Would you be able to provide a recipe from |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I've got a couple file types set up to eglot-ensure:
This works perfectly fine with Rust and Python, but with JavaScript and TypeScript files, nothing happens. No errors, but also no eglot. Nothing whatsoever at all. But if I then manually run
M-x eglot
, sure enough, it works just f-n fine.Beta Was this translation helpful? Give feedback.
All reactions