Results 65 comments of Mattias

It should be noticed that when saving a file, ocamlformat will format each temporary file it created

I have ocamlformat 0.20.1 The file I provided should install all the required packages and doesn't do anything more than loading the needed files with use-package. Is there another way...

The steps I provided will remove all installed files when you leave emacs so it's safe to execute it ;-)

I'm using emacs 28.0.50, if this may help but I have the same behaviour with emacs 27.2

So, after a bit of investigation this is what I noticed: - Hooking ocamlformat to tuareg-mode provokes the bug (the creation of a lot of temporary files in the /tmp...

This is a draft PR to show what the expected behaviour is. It may be better to add functions instead of a pair of major-mode, extensions, something like (major-mode ....

> Can you confirm that this is still relevant? Still relevant, yes, rewrote the function in my .emacs.d until this is merged :-)

Sorry for the delay! Thanks, that actually fixed my issue :-)

I have the same issue in emacs: ``` ❯ elm-language-server --version 2.6.0 ❯ node -v v16.19.0 ``` I created an empty project with `elm init` and opened `src/Main.elm` and got...

@tillydray As you can see from https://github.com/emacs-lsp/lsp-mode/issues/3936, my issue is that projectile was not setting the project root properly. I created a PR for Projectile: https://github.com/bbatsov/projectile/pull/1819. Do you have the...