Spacemacs - General Discussion, Blog Posts, Wiki

Yes, it formats the .exs file properly.

Same.


After restarting Emacs it seems that using the restart workspace trick isn’t needed now. But I am sure I didn’t open the files I had opened before in the same order.

In any case, so far so good. I’ll report again if I stumble upon the problem again.

@Aduril thank you!

1 Like

Does anyone know how to enable code block evaluation in org-mode?
Running elixir code in them (C-c C-c) just crashes Spacemacs, (elisp runs fine).

0.300 @27.2

how can I hide @spec that automatically is displayed when I open ex file in spacemacs?

I find a solution

(setq lsp-elixir-suggest-specs nil)
2 Likes