jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
565 stars 50 forks source link

can't add a new line to a .clj file #324

Open gw666 opened 4 years ago

gw666 commented 4 years ago

I'm running Atom and proto-repl on a Mac. I've imported the basic Atom packages, nothing weird.

I can add characters to a line, but pressing Return does nothing. If I have a blank line, I can even add (and compile) a new function definition, but I can’t add a new line when I hit Return.

If I create a new plain text file, Return works just fine.

If I've opened a .clj file, I can add a new line if I hit cmd-Return.

The above info makes me think this could be a proto-repl bug. Maybe?