Henrik Lissner
Henrik Lissner
That `before-save-hook` will make the package use `mix` or `elixir` directly, not `elixir-ls`. Eglot integration into the `:editor format` needs some work, which I'm already working on. While we wait...
Oops, my bad. Got my wires crossed. I meant that the LSP integration into `:editor format` needs the same work the Eglot integration does, and that you should try `M-x...
This should be resolved now. Over the past few days I've [pushed a number of commits](https://github.com/doomemacs/doomemacs/commits/master/modules/editor/format?since=2024-07-01&until=2024-07-09) to redesign the `:editor format` module so that it better integrates lsp-mode/eglot into Apheleia....
I can reproduce this and similar weirdness with just `polymode` and any non-zero `text-scale` offset, with or without Doom Emacs, so this appears to be a `polymode` issue, rather than...
Please include a [backtrace](https://discourse.doomemacs.org/how2backtrace) of one of the errors.
Odd, it seems to be hung up on the `when-let*` macro; as in it's not expanding it, which would suggest a byte-compilation issue. Try deleting the package and reinstalling it...
This is unrelated to `projectile`, they simply experienced a similar, but generic error. The issue is that [this `when-let*` macro call](https://github.com/ema2159/centaur-tabs/blob/master/centaur-tabs-functions.el#L395) isn't being correctly expanded at compile time, so `((hash-table-p...
No, that's a harmless warning about code style and can be ignored, but it *could* indicate an general issue with the Emacs package for your distro (or *an* Emacs package...
I can't reproduce this. Can you produce [a backtrace](https://discourse.doomemacs.org/how2backtrace) from the error?
Odd. Could you try this and see if it resolves the error? ```elisp ;;; add to $DOOMDIR/config.el (after! org (setq org-fold-core-style 'overlays)) ```