emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
grazfather 2021-05-25T00:28:27.013100Z

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?

ericdallo 2021-05-27T20:31:16.019300Z

Hi, could you test with latest version later please? https://clojurians.slack.com/archives/CPABC1H61/p1622139221073300

West 2021-05-25T03:04:09.013300Z

how big is said file?

West 2021-05-25T03:04:40.013900Z

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

hindol 2021-05-25T08:44:22.014900Z

@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.

borkdude 2021-05-25T09:38:26.015500Z

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

borkdude 2021-05-25T09:38:40.015800Z

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

grazfather 2021-05-25T11:58:02.016100Z

thank you both, will do that, and I agree

grazfather 2021-05-25T11:58:11.016400Z

I just didn’t know which tool to blame