Does anyone know why typing say ^:export
hangs emacs? Basically, it happens after either trying to move past whatever is typed after the ^:
and I’m not sure if it’s related to the caret being self-insert-command? Also think it only happens in a defn
I basically have to spam ctrl-g until it quits whatever thing it’s doing. Maybe, I’ll try and see some logging output or something.
do you have lsp running? that would be my first guess
Nah, no lsp. Lemme try on emacs -Q and see if I can get it to happen.
But it is something going on with modes other than merely clojurescript mode.