atom-editor

Using the Atom editor with Clojure(Script) - tips, questions, plugins
ryan 2019-11-29T06:13:16.054300Z

does anyone know how i can go about copy pasting for example these ‘box’ elements:

ryan 2019-11-29T06:13:26.054400Z

ryan 2019-11-29T06:13:39.054800Z

so that they look like:

ryan 2019-11-29T06:13:53.055200Z

and not:

Jakub Holý 2019-11-29T10:57:41.056900Z

Do you use the ~deprecated proto-repl as ☝️ or #chlorine?

ryan 2019-11-29T15:55:52.057100Z

oh hm, looks like i have ‘proto-repl’ :thinking_face: — thanks! (def going to check out chlorine, i think i thought i was using that actually )

mauricio.szabo 2019-11-29T16:51:12.057400Z

@farenzer_house if you change to Chlorine, please give me your first impressions 🙂. Also, notice that Chlorine does not use the nREPL port, so you need to expose a Socket REPL. These are all documented on the README 🙂

ryan 2019-11-29T16:56:58.057800Z

Awesome for sure !

ryan 2019-11-29T06:14:16.055500Z

i’m using the setup here https://medium.com/@jacekschae/slick-clojure-editor-setup-with-atom-a3c1b528b722

ryan 2019-11-29T06:34:48.056700Z

ah — looks like toggling parinfer:ident to parinfer:paren helps here ^ thanks for the rubber duck room!

👍 2