I'm using spacemacs and the clojure layer. If I jack in `SPC m s i` and then switch to the REPL `SPC m s s` and then start writing a function that looks like this: ``` (defn cool-function [] ``` and press return, I get an `unbalanced parens` error. screenshot: https://www.dropbox.com/s/xtu4y9c18otyntk/Screenshot%202015-11-14%2022.26.00.png?dl=0 `^ j` does work for entering down, but the docs say that if an expression is incomplete return should do so as well. Let me know if you need any further info, thank you!