spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
zane 2021-02-27T01:12:16.016600Z

I would imagine that it would be easier to have developers run Emacs on the host machine + connect to a running REPL within the container. :thinking_face:

grazfather 2021-02-27T16:49:43.017400Z

How can I kill something i sent to the repl that run infinitely?

grazfather 2021-02-28T14:37:11.018Z

Yeah, I restarted the repl, but it was annoying. Will try , e i next time. ty

practicalli-john 2021-02-27T19:42:47.017500Z

There is cider-interupt which is bound to , e i It should stop most things. Alternatively, kill the repl buffer (assuming you used cider-jack-in to start the REPL)

practicalli-john 2021-02-27T19:44:50.017700Z

If Emacs is unresponsive, then kill the Java process for the repl, using a system monitor for your OS, or top on Linix machines

West 2021-02-27T20:50:18.017900Z

cross-post