yyoncho

joined 10 months ago
[–] [email protected] 1 points 9 months ago

M-x toggle-debug-on-error

[–] [email protected] 1 points 10 months ago

All lsp clients will do. There is clojure linter that works like that.

[–] [email protected] 1 points 10 months ago (2 children)

lsp-mode The lsp-mode is the one that is closest to being good, had it not been for the abysmal behavior over time. It seems that some memory leaking happens, and over time it becomes sluggish, sometimes blocking emacs for multiple seconds.

We cannot fix issues like that if we don't know about them. As a side note, using Emacs LSP fork(https://github.com/emacs-lsp/emacs) most likely will make the blocking go away.