Fork me on GitHub
#protorepl
<
2018-06-18
>
manas_marthi12:06:44

Hi all, I followed the recommended setup on proto GitHub page. I have proto repl, parinfer, lisp paredit.

manas_marthi12:06:59

I am not able to use properly

manas_marthi12:06:37

Hitting enter creates blank line but keeps the cursor at same place

manas_marthi12:06:58

I have to enter control enter. When I try to add a new let binding in next line, it doesn't add spaces and indentation.

manas_marthi12:06:12

parinfer works as per my expectations if i set parinfer:Paren is set

manas_marthi12:06:30

however, it is always set to parinfer:indent

manas_marthi12:06:40

how do I make this setting change permanently

seancorfield16:06:54

@manas.marthi Are you on Windows or Mac?

seancorfield16:06:01

What you described sounds like what I ran into on Windows -- and the "opinionated" guide is written for Mac so you need to add something else to the keymap. Unfortunately, I recently wiped my Windows laptop and haven't yet set up Atom/ProtoREPL on it.

seancorfield17:06:37

This file needs a version for Windows (different platform condition and appropriate changes to all the cmd keys) https://gist.githubusercontent.com/jasongilman/d1f70507bed021b48625/raw/cde5626b1df66fc62c315c38b52f827b46777d61/keymap.cson

seancorfield17:06:12

Here's what I was using -- which remove the Mac-only nature of most key bindings. I don't remember if this solves the Windows enter problem https://github.com/seancorfield/proto-repl-setup/blob/master/keymap.cson