Fork me on GitHub
#emacs
<
2021-05-25
>
grazfather00:05:27

hm, so all of a sudden opening an edn file hangs emacs for > 30 seconds. I am using doom emacs, clojure lsp + kondo + cider. How might I root cause this?

West03:05:09

how big is said file?

West03:05:40

It’s not very large I suppose yeah? Maybe post your config? (gh/pastebin)

hindol08:05:22

@grazfather You can run the Emacs profiler to see which function is taking the bulk of the time. SPC h T => open EDN => SPC h T.

borkdude09:05:26

@grazfather I can confirm I'm having the same issue. I think mentioning this in #lsp is your best bet.

borkdude09:05:40

I don't think a tool should block opening a buffer, ever

grazfather11:05:02

thank you both, will do that, and I agree

grazfather11:05:11

I just didn’t know which tool to blame